Skip to content

Commit

Permalink
SONARGO-72 Add Gradle module for rule-api update (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Dec 18, 2024
1 parent 0850e67 commit c4bab50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
plugins {
id("org.sonarsource.cloud-native.code-style-conventions")
id("org.sonarsource.cloud-native.artifactory-configuration")
id("org.sonarsource.cloud-native.rule-api")
id("org.sonarqube") version "6.0.1.5171"
}

Expand All @@ -29,6 +30,12 @@ artifactoryConfiguration {
passwordEnv = "ARTIFACTORY_DEPLOY_PASSWORD"
}

ruleApi {
languageToSonarpediaDirectory = mapOf(
"Go" to "sonar-go-plugin"
)
}

spotless {
java {
// no Java sources in the root project
Expand Down

0 comments on commit c4bab50

Please sign in to comment.