Skip to content

Commit fb79073

Browse files
authored
Upgrade sonar-lits-plugin to 0.10.0.2181 (#160)
1 parent 883c7a5 commit fb79073

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

its/ruling/src/test/java/org/sonarsource/slang/SlangRulingTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class SlangRulingTest {
6060
public static void setUp() {
6161
OrchestratorBuilder builder = Orchestrator.builderEnv()
6262
.setSonarVersion(System.getProperty(SQ_VERSION_PROPERTY, DEFAULT_SQ_VERSION))
63-
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.8.0.1209"));
63+
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.10.0.2181"));
6464

6565
addLanguagePlugins(builder);
6666

@@ -245,9 +245,9 @@ private void run_ruling_test(String project, Map<String, String> projectProperti
245245
.setSourceDirs("./")
246246
.setSourceEncoding("utf-8")
247247
.setProperties(properties)
248-
.setProperty("dump.old", FileLocation.of("src/test/resources/expected/" + project).getFile().getAbsolutePath())
249-
.setProperty("dump.new", actualDirectory.getAbsolutePath())
250-
.setProperty("lits.differences", litsDifferencesFile.getAbsolutePath())
248+
.setProperty("sonar.lits.dump.old", FileLocation.of("src/test/resources/expected/" + project).getFile().getAbsolutePath())
249+
.setProperty("sonar.lits.dump.new", actualDirectory.getAbsolutePath())
250+
.setProperty("sonar.lits.differences", litsDifferencesFile.getAbsolutePath())
251251
.setProperty("sonar.cpd.exclusions", "**/*")
252252
.setProperty("sonar.scm.disabled", "true")
253253
.setProperty("sonar.project", project)

0 commit comments

Comments
 (0)