Skip to content

Commit

Permalink
Groovy Gradle build update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pap Lőrinc committed Feb 15, 2016
1 parent 3bdf450 commit 4fa7abc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ repositories {
jcenter()
}

configurations {
all*.exclude([group: 'org.codehaus.groovy', module: 'groovy']) /* replaced by 'groovy-all' */
}

dependencies {
compile([group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.5', force: true],
compile([group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.5'],
)

testCompile([group: 'org.spockframework', name: 'spock-core', version: '1.1-groovy-2.4-SNAPSHOT'],
[group: 'com.nagternal', name: 'spock-genesis', version: '0.3.0'],
[group: 'com.nagternal', name: 'spock-genesis', version: '0.4.0'],
)
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Wed Jan 06 19:10:50 EET 2016
#Thu Feb 11 00:08:16 EET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=496d60c331f8666f99b66d08ff67a880697a7e85a9d9b76ff08814cf97f61a4c
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionSha256Sum=a1242e4db8f979998796b1844e608c2acf8f8f54df518bbb3d5954e52253ba71
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo location of your Java installation.
goto fail

:init
@rem Get command-line arguments, handling Windowz variants
@rem Get command-line arguments, handling Windows variants

if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args
Expand Down

0 comments on commit 4fa7abc

Please sign in to comment.