Skip to content

Commit 0fc5990

Browse files
SONARRUBY-112 Fix artifacts to publish (#96)
1 parent caf9a36 commit 0fc5990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
sonarLinksCi = 'https://github.com/SonarSource/sonar-ruby/actions/workflows/build.yml'
3333
sonarLinksScm = 'https://github.com/SonarSource/sonar-ruby'
3434

35-
artifactsToPublish = 'org.sonarsource.slang:sonar-ruby-plugin'
35+
artifactsToPublish = 'org.sonarsource.slang:sonar-ruby-plugin:jar'
3636
artifactsToDownload = ''
3737
}
3838
// Replaces the version defined in sources, usually x.y-SNAPSHOT, by a version identifying the build.

0 commit comments

Comments
 (0)