Skip to content

Commit

Permalink
Fixed failing tests issues with default grade config by upgrading to
Browse files Browse the repository at this point in the history
Gradle 2.7, GAE 1.9.26.
  • Loading branch information
dirkriehle committed Oct 16, 2015
1 parent 266f3d0 commit 61669ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'appengine'

buildscript {
ext {
gaeVersion = '1.9.24'
gaeVersion = '1.9.26'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip

0 comments on commit 61669ea

Please sign in to comment.