Skip to content

Commit c6d045b

Browse files
committed
HHH-19673 Apply the same baseline requirements (Java 17) as other modules to hibernate-gradle-plugin
Otherwise the Java requirement on release will be whatever we use on CI, which currently is Java 21...
1 parent 6e4a400 commit c6d045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
66

77
plugins {
88
id 'java-gradle-plugin'
9-
id "local.module"
9+
id "local.java-module"
1010
id "local.javadoc"
1111
id "local.code-quality"
1212

0 commit comments

Comments
 (0)