Skip to content

Commit

Permalink
Fix ITs (SonarJava 4.12 requires bytecode)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Aug 2, 2017
1 parent e394187 commit a3d1023
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ public class ScannerApiTestSuite {

@ClassRule
public static final Orchestrator ORCHESTRATOR = Orchestrator.builderEnv()
.setOrchestratorProperty("javaVersion", "LATEST_RELEASE")
.setOrchestratorProperty("javaVersion", "4.11")
.addPlugin("java")
.build();

Expand Down

0 comments on commit a3d1023

Please sign in to comment.