Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated to latest appengine version and download sdk automatically
  • Loading branch information
musketyr committed May 31, 2016
1 parent f46c306 commit 605f26b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template-project/build.gradle
Expand Up @@ -26,7 +26,7 @@ repositories {
}

dependencies {
def gaeVersion = '1.9.37'
def gaeVersion = '1.9.38'
def groovyVersion = '2.4.6'

compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
Expand Down Expand Up @@ -68,3 +68,7 @@ dependencies {
}

}

appengine {
downloadSdk = true
}

0 comments on commit 605f26b

Please sign in to comment.