Skip to content

Commit

Permalink
upgraded Gradle wrapper & groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
domix committed Sep 27, 2015
1 parent 4140710 commit 4b2c737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testCompile 'org.hibernate:hibernate-validator:5.2.1.Final'
testCompile 'org.glassfish.web:javax.el:2.2.6'
testCompile "org.spockframework:spock-core:${spockVersion}"
testCompile 'org.codehaus.groovy:groovy-all:2.4.4'
testCompile 'org.codehaus.groovy:groovy-all:2.4.5'
}

def jarManifestAttributes = [
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 10 01:27:39 CDT 2015
#Sat Sep 26 19:54:45 CDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip

0 comments on commit 4b2c737

Please sign in to comment.