Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit 59a1e69

Browse files
committed
Removed the SNAPSHOT dependency
1 parent af3004f commit 59a1e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configurations {
2828
dependencies {
2929
compile gradleApi()
3030
compile localGroovy()
31-
compile 'com.github.jruby-gradle:jruby-gradle-plugin:0.1.1-SNAPSHOT'
31+
compile 'com.github.jruby-gradle:jruby-gradle-plugin:0.1.1'
3232

3333
testCompile ("org.spockframework:spock-core:0.7-groovy-${gradle.gradleVersion.startsWith('1.')?'1.8':'2.0'}") {
3434
exclude module : 'groovy-all'

0 commit comments

Comments
 (0)