Skip to content

Commit

Permalink
Use GAE SDK 1.7.6 and Groovy 2.1.2 for the template
Browse files Browse the repository at this point in the history
  • Loading branch information
glaforge committed Mar 25, 2013
1 parent 88cc7bf commit 333c41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-project/build.gradle
Expand Up @@ -33,8 +33,8 @@ gaelykPrecompileTemplate.runtimeClasspath += project.configurations.precompile
*/

dependencies {
def gaeVersion = '1.7.4'
def groovyVersion = '2.1.0'
def gaeVersion = '1.7.6'
def groovyVersion = '2.1.2'
groovy "org.codehaus.groovy:groovy-all:${groovyVersion}"
// precompile "org.codehaus.groovy:groovy-ant:${groovyVersion}"
// precompile "org.ow2.asm:asm:4.0"
Expand Down

0 comments on commit 333c41e

Please sign in to comment.