We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d9da6 commit a896da5Copy full SHA for a896da5
build.gradle
@@ -120,7 +120,7 @@ bintray {
120
version {
121
name = project.version
122
vcsTag = "v${project.version}"
123
- attributes = ['gradle-plugin' : 'com.github.jruby-gradle:com.github.jruby-gradle:jruby-gradle-plugin']
+ attributes = ['gradle-plugin' : 'com.github.jruby-gradle.base:com.github.jruby-gradle:jruby-gradle-plugin']
124
desc = 'The purpose of plugin is to encapsulate useful Gradle functionality for JRuby projects.'
125
126
}
0 commit comments