Skip to content

Commit 945a2cd

Browse files
author
R. Tyler Croy
committed
Update the bintray link to the right repo
Fixed a few other typoes too
1 parent 3f5fe6c commit 945a2cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JRuby Gradle plugin
22

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)
44

55
The purpose of plugin is to encapsulate useful [Gradle](http://www.gradle.org/)
66
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
1616
plugins:
1717

1818
* 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)
2020
* 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)
2222

2323

2424
## Compatilibity
@@ -35,11 +35,11 @@ buildscript {
3535
repositories { jcenter() }
3636
3737
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'
3939
}
4040
}
4141
42-
apply plugin: 'com.github.jrubygradle.base'
42+
apply plugin: 'com.github.jruby-gradle.base'
4343
```
4444

4545
### Adding gems

0 commit comments

Comments
 (0)