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 d81d165 commit 2c62e51Copy full SHA for 2c62e51
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.0.1
4
+
5
+ * Add attributes to `build.gradle` for incorporating plugi into
6
+ [plugins.gradle.org](http://plugins.gradle.org)
7
8
## v2.0.0
9
10
* Switch to a fully qualified gradle plugin name: `com.lookout.jruby`
build.gradle
@@ -9,7 +9,7 @@ buildscript {
}
11
group = 'com.lookout'
12
-version = '2.0.0'
+version = '2.0.1'
13
14
if (System.env.RELEASE != '1') {
15
version = "${version}-SNAPSHOT"
@@ -66,7 +66,7 @@ bintray {
66
name = 'jruby-gradle-plugin'
67
labels = ['jruby']
68
attributes = [
69
- 'gradle-plugin' : '',
+ 'gradle-plugin' : 'com.lookout.jruby:com.lookout:jruby-gradle-plugin',
70
]
71
72
0 commit comments