We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8f5d commit 105db53Copy full SHA for 105db53
1 file changed
its/ruling/src/test/java/org/sonar/java/it/JavaRulingTest.java
@@ -194,7 +194,7 @@ public void guava() throws Exception {
194
MavenBuild build = test_project("com.google.guava:guava", projectName);
195
build
196
// by default guava is compatible with java 6, however this is not supported with JDK 21
197
- .setProperty("java.version", "1.8")
+ .setProperty("java.version", "17")
198
.setProperty("maven.javadoc.skip", "true")
199
// use batch
200
.setProperty("sonar.java.experimental.batchModeSizeInKB", "8192");
0 commit comments