Skip to content

Commit

Permalink
ninja fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jun 26, 2024
1 parent cb2c447 commit 5b70b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
})

val sonarQubeVersion = "10.5.1.90531"
val sonarQubeAPIPluginVersion = "10.6.0.2114" # https://github.com/SonarSource/sonar-plugin-api#compatibility
val sonarQubeAPIPluginVersion = "10.6.0.2114" // https://github.com/SonarSource/sonar-plugin-api#compatibility
val junitVersion = "5.6.1"

dependencies {
Expand Down

0 comments on commit 5b70b3f

Please sign in to comment.