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

Commit aa88702

Browse files
author
R. Tyler Croy
committed
Default to the right version of warbler-bootstrap for testing
This version of warbler-bootstrap is part of the jruby-gradle project
1 parent 1395756 commit aa88702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testCompile ("org.spockframework:spock-core:0.7-groovy-${gradle.gradleVersion.startsWith('1.')?'1.8':'2.0'}") {
3434
exclude module : 'groovy-all'
3535
}
36-
testWarbler group: 'com.lookout', name: 'warbler-bootstrap', version: '1.0.0'
36+
testWarbler group: 'com.github.jruby-gradle', name: 'warbler-bootstrap', version: '0.1.+'
3737

3838
}
3939

src/test/groovy/com/github/jrubygradle/jar/JRubyJarPluginSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class JRubyJarPluginSpec extends Specification {
134134
project.with {
135135
jruby {
136136
defaultRepositories = false
137-
warblerBootstrapVersion = '1.0.0'
137+
warblerBootstrapVersion = '0.1.0'
138138
}
139139
repositories {
140140
ivy {

0 commit comments

Comments
 (0)