Skip to content

Commit bb406c3

Browse files
committed
Set base line top java 17
Required by hibernate-model
1 parent 4482754 commit bb406c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
rootProject.name = 'hibernate-reactive'
1111

12-
gradle.ext.baselineJavaVersion = JavaLanguageVersion.of( 11 )
12+
gradle.ext.baselineJavaVersion = JavaLanguageVersion.of( 17 )
1313

1414
// Gradle does bytecode transformation on tests.
1515
// You can't use bytecode higher than what Gradle supports, even with toolchains.

0 commit comments

Comments
 (0)