Skip to content

Commit 105db53

Browse files
Use Java 17 with Guava
1 parent 23e8f5d commit 105db53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

its/ruling/src/test/java/org/sonar/java/it/JavaRulingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void guava() throws Exception {
194194
MavenBuild build = test_project("com.google.guava:guava", projectName);
195195
build
196196
// by default guava is compatible with java 6, however this is not supported with JDK 21
197-
.setProperty("java.version", "1.8")
197+
.setProperty("java.version", "17")
198198
.setProperty("maven.javadoc.skip", "true")
199199
// use batch
200200
.setProperty("sonar.java.experimental.batchModeSizeInKB", "8192");

0 commit comments

Comments
 (0)