Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ public void guava() throws Exception {
String projectName = "guava";
MavenBuild build = test_project("com.google.guava:guava", projectName);
build
.setProperty("java.version", "17")
// Keep compilation and analysis on Java 17 without overriding the Java runtime version seen by the scanner.
.setProperty("sonar.java.source", "17")
.setProperty("maven-bundle-plugin.version", "5.1.4")
.setProperty("maven.javadoc.skip", "true")
.setProperty("animal.sniffer.skip", "true")
Expand Down
Loading