Skip to content

Commit a896da5

Browse files
author
R. Tyler Croy
committed
Give the bintray configuration the right plugin ID
1 parent 40d9da6 commit a896da5

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
@@ -120,7 +120,7 @@ bintray {
120120
version {
121121
name = project.version
122122
vcsTag = "v${project.version}"
123-
attributes = ['gradle-plugin' : 'com.github.jruby-gradle:com.github.jruby-gradle:jruby-gradle-plugin']
123+
attributes = ['gradle-plugin' : 'com.github.jruby-gradle.base:com.github.jruby-gradle:jruby-gradle-plugin']
124124
desc = 'The purpose of plugin is to encapsulate useful Gradle functionality for JRuby projects.'
125125

126126
}

0 commit comments

Comments
 (0)