diff --git a/build.gradle b/build.gradle index 8a735cd..78ce427 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ allprojects { sonarLinksCi = 'https://github.com/SonarSource/sonar-scala/actions/workflows/build.yml' sonarLinksScm = 'https://github.com/SonarSource/sonar-scala' - artifactsToPublish = '' + artifactsToPublish = 'org.sonarsource.slang:sonar-scala-plugin' artifactsToDownload = '' } // Replaces the version defined in sources, usually x.y-SNAPSHOT, by a version identifying the build.