mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12946 Target JDK11 instead of JDK10 in terms of JDK API compatibility
This commit is contained in:
parent
919e4a6a39
commit
b6bad94914
@ -35,7 +35,7 @@ apply plugin: 'project-report'
|
||||
ext {
|
||||
java9ModuleNameBase = project.name.startsWith( 'hibernate-' ) ? name.drop( 'hibernate-'.length() ): name
|
||||
java9ModuleName = "org.hibernate.orm.$project.java9ModuleNameBase"
|
||||
forbiddenAPITargetJDKCompatibility = '10'
|
||||
forbiddenAPITargetJDKCompatibility = '11'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user