Skip to content

Commit 2624fc3

Browse files
committed
hibernate reactive 4 requires java 17
1 parent 81d446c commit 2624fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/hibernate/hibernate-reactive-1.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tasks {
8383
options.release.set(11)
8484
}
8585
named("compileHibernateReactive4TestJava", JavaCompile::class).configure {
86-
options.release.set(11)
86+
options.release.set(17)
8787
}
8888
val testJavaVersion =
8989
gradle.startParameter.projectProperties.get("testJavaVersion")?.let(JavaVersion::toVersion)

0 commit comments

Comments
 (0)