From f8e92046d3bd4b3fb895cebd52ae8351d34cb489 Mon Sep 17 00:00:00 2001 From: Gabriel Fleischer Date: Fri, 5 Dec 2025 16:56:30 +0100 Subject: [PATCH] Fix release config of sonar-scala to properly push releases --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.