Skip to content

Commit

Permalink
Avoid tracking state for task test
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Jan 29, 2025
1 parent c16b3af commit 18decdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ tasks.runPluginVerifier {
tasks.test {
useJUnitPlatform()
systemProperty("sonarlint.telemetry.disabled", "true")
doNotTrackState("Tests should always run")
}

val runIdeDirectory: String by project
Expand Down

0 comments on commit 18decdf

Please sign in to comment.