Skip to content

Commit

Permalink
HHH-12946 Target JDK11 instead of JDK10 in terms of JDK API compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
yrodiere authored and gsmet committed Oct 17, 2018
1 parent 0924138 commit 68e20f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/java-module.gradle
Expand Up @@ -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'
}


Expand Down

0 comments on commit 68e20f4

Please sign in to comment.