Skip to content

Commit de8657f

Browse files
committed
HBX-3119: Use JDK 11 for the Gradle integration tests
Signed-off-by: Koen Aers <[email protected]>
1 parent 81704a2 commit de8657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugin/src/functionalTest/java/org/hibernate/tool/it/gradle/TestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class TestTemplate {
1818

1919
protected static final String[] GRADLE_INIT_PROJECT_ARGUMENTS = new String[] {
20-
"init", "--type", "java-application", "--dsl", "groovy", "--test-framework", "junit-jupiter", "--java-version", "17"};
20+
"init", "--type", "java-application", "--dsl", "groovy", "--test-framework", "junit-jupiter", "--java-version", "11"};
2121

2222
@TempDir
2323
private File projectDir;

0 commit comments

Comments
 (0)