File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,32 @@ dependencies {
12
12
exclude module : ' groovy-all'
13
13
exclude group : ' org.codehaus.groovy'
14
14
}
15
- }
15
+ }
16
+
17
+ artifacts {
18
+ archives sourcesJar
19
+ }
20
+
21
+ bintray {
22
+ user = project. bintrayUser
23
+ key = project. bintrayKey
24
+ publish = true
25
+ dryRun = false
26
+ configurations = [' archives' ]
27
+
28
+ pkg {
29
+ userOrg = ' jruby-gradle'
30
+ repo = ' plugins'
31
+ name = ' jruby-gradle-core-plugin'
32
+ labels = [' jruby' ]
33
+
34
+ version {
35
+ name = project. version
36
+ vcsTag = " v${ project.version} "
37
+ attributes = [' gradle-plugin' : ' com.github.jruby-gradle.core:com.github.jruby-gradle:jruby-gradle-core-plugin' ]
38
+ desc = ' This plugin provides some core dependency resolution for JRuby/Gradle'
39
+
40
+ }
41
+ }
42
+ }
43
+ bintrayUpload. dependsOn assemble
You can’t perform that action at this time.
0 commit comments