File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.0.3
4
+
5
+ * s
6
+
3
7
## v2.0.2
4
8
5
9
* More futzing with [ bintray] ( http://bintray.com ) release code
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Create a `build.gradle` file in the root of `fancy-webapp/` with the following:
40
40
41
41
42
42
``` groovy
43
- apply plugin: 'jruby'
43
+ apply plugin: 'com.lookout. jruby'
44
44
45
45
buildscript {
46
- repositories { maven { url 'http://dl.bintray.com/rtyler/jruby' } }
46
+ repositories { jcenter() }
47
47
48
48
dependencies {
49
- classpath group: 'com.lookout', name: 'jruby-gradle-plugin', version: '1.1 .+'
49
+ classpath group: 'com.lookout', name: 'jruby-gradle-plugin', version: '2.0 .+'
50
50
}
51
51
}
52
52
```
@@ -183,7 +183,7 @@ You can then use that custom Gem repository with:
183
183
``` groovy
184
184
// buildscript {} up here
185
185
186
- apply plugin: 'jruby'
186
+ apply plugin: 'com.lookout. jruby'
187
187
188
188
// Set our custom Gem repository
189
189
jruby.gemrepo_url = 'http://localhost:8989/releases'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
group = ' com.lookout'
12
- version = ' 2.0.2 '
12
+ version = ' 2.0.3 '
13
13
14
14
if (System . env. RELEASE != ' 1' ) {
15
15
version = " ${ version} -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments