diff --git a/common.gradle b/common.gradle index bec411d2..8d8b3a3e 100644 --- a/common.gradle +++ b/common.gradle @@ -2,7 +2,7 @@ project.ext.gaelykGroovyVersion = '2.4.6' project.ext.gaelykSpockVersion = '1.0-groovy-2.4' project.ext.gaelykAppEngineVersion = '1.9.37' project.ext.gaelykLatestVersion = '2.2.0' -project.ext.gaelykSpockLatestVersion = '0.5' +project.ext.gaelykSpockLatestVersion = '0.4' project.ext.gaelykGradleVersion = '2.4' repositories { diff --git a/template-project/build.gradle b/template-project/build.gradle index 05a3083c..fba61b58 100644 --- a/template-project/build.gradle +++ b/template-project/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'war' -//apply plugin: 'gaelyk' // does not support latest app engine plugin +apply plugin: 'gaelyk' // does not support latest app engine plugin apply plugin: 'appengine' -//apply plugin: 'appengine-geb' // does not support latest app engine plugin +apply plugin: 'appengine-geb' // does not support latest app engine plugin def compatibilityVersion = 1.7 sourceCompatibility = compatibilityVersion @@ -15,8 +15,8 @@ buildscript { dependencies { classpath 'com.google.appengine:gradle-appengine-plugin:1.9.34' - // classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.7.0' - // classpath 'org.gradle.api.plugins:gradle-appengine-geb-plugin:0.4' + classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.7.0' + classpath 'org.gradle.api.plugins:gradle-appengine-geb-plugin:0.4' } } @@ -61,6 +61,6 @@ dependencies { * your application * @see https://github.com/gaelyk/gaelyk-console */ - // compile 'org.gaelyk:gaelyk-console:2.0' + compile 'org.gaelyk:gaelyk-console:2.0' }