File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# JRuby Gradle plugin
2
2
3
- [ ![ Build Status] ( https://buildhive.cloudbees.com/job/jruby-gradle/job/jruby-gradle-plugin/badge/icon )] ( https://buildhive.cloudbees.com/job/jruby-gradle/job/jruby-gradle-plugin/ ) [ ![ Download] ( https://api.bintray.com/packages/rtyler/ jruby/ jruby-gradle-plugin/images/download.png )] ( https://bintray.com/rtyler/ jruby/ jruby-gradle-plugin/\ _ latestVersion ) [ ![ Gitter chat] ( https://badges.gitter.im/jruby-gradle/jruby-gradle-plugin.png )] ( https://gitter.im/jruby-gradle/jruby-gradle-plugin )
3
+ [ ![ Build Status] ( https://buildhive.cloudbees.com/job/jruby-gradle/job/jruby-gradle-plugin/badge/icon )] ( https://buildhive.cloudbees.com/job/jruby-gradle/job/jruby-gradle-plugin/ ) [ ![ Download] ( https://api.bintray.com/packages/jruby-gradle/plugins/ jruby-gradle-plugin/images/download.png ) ] ( https://bintray.com/jruby-gradle/plugins/ jruby-gradle-plugin/_latestVersion ) [ ![ Gitter chat] ( https://badges.gitter.im/jruby-gradle/jruby-gradle-plugin.png )] ( https://gitter.im/jruby-gradle/jruby-gradle-plugin )
4
4
5
5
The purpose of plugin is to encapsulate useful [ Gradle] ( http://www.gradle.org/ )
6
6
functionality for JRuby projects. Use of this plugin replaces the need for both
@@ -16,9 +16,9 @@ This is the base plugin. If you are interesting in doing the following then cons
16
16
plugins:
17
17
18
18
* Building JRuby-based Java JARs, including making them executable -
19
- [ jruby-gradle-jar-plugin] ( http://github.come /jruby-gradle/jruby-gradle-jar-plugin )
19
+ [ jruby-gradle-jar-plugin] ( http://github.com /jruby-gradle/jruby-gradle-jar-plugin )
20
20
* Building JRuby-based Java Web Applications (WARs), -
21
- [ jruby-gradle-war-plugin] ( http://github.come /jruby-gradle/jruby-gradle-war-plugin )
21
+ [ jruby-gradle-war-plugin] ( http://github.com /jruby-gradle/jruby-gradle-war-plugin )
22
22
23
23
24
24
## Compatilibity
@@ -35,11 +35,11 @@ buildscript {
35
35
repositories { jcenter() }
36
36
37
37
dependencies {
38
- classpath group: 'com.github.jrubygradle ', name: 'jruby-gradle-plugin', version: '0.1.2'
38
+ classpath group: 'com.github.jruby-gradle ', name: 'jruby-gradle-plugin', version: '0.1.2'
39
39
}
40
40
}
41
41
42
- apply plugin: 'com.github.jrubygradle .base'
42
+ apply plugin: 'com.github.jruby-gradle .base'
43
43
```
44
44
45
45
### Adding gems
You can’t perform that action at this time.
0 commit comments