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