Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit bf0fd99

Browse files
committed
Fixed the gradle plugin id
1 parent d0f5ebf commit bf0fd99

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
@@ -90,7 +90,7 @@ bintray {
9090
version {
9191
name = project.version
9292
vcsTag = "v${project.version}"
93-
attributes = ['gradle-plugin' : 'com.github.jruby-gradle:com.github.jruby-gradle:jruby-gradle-jar-plugin']
93+
attributes = ['gradle-plugin' : 'com.github.jruby-gradle.jar:com.github.jruby-gradle:jruby-gradle-jar-plugin']
9494
desc = 'This plugin encapsulates java archive building functionality for JRuby Gradle projects'
9595

9696
}

0 commit comments

Comments
 (0)