Skip to content

Commit 2c62e51

Browse files
author
R. Tyler Croy
committed
Add the gradle plugin attribute to the bintray project, theoretically
1 parent d81d165 commit 2c62e51

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.0.1
4+
5+
* Add attributes to `build.gradle` for incorporating plugi into
6+
[plugins.gradle.org](http://plugins.gradle.org)
7+
38
## v2.0.0
49

510
* Switch to a fully qualified gradle plugin name: `com.lookout.jruby`

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
group = 'com.lookout'
12-
version = '2.0.0'
12+
version = '2.0.1'
1313

1414
if (System.env.RELEASE != '1') {
1515
version = "${version}-SNAPSHOT"
@@ -66,7 +66,7 @@ bintray {
6666
name = 'jruby-gradle-plugin'
6767
labels = ['jruby']
6868
attributes = [
69-
'gradle-plugin' : '',
69+
'gradle-plugin' : 'com.lookout.jruby:com.lookout:jruby-gradle-plugin',
7070
]
7171
}
7272
}

0 commit comments

Comments
 (0)