Skip to content

Commit

Permalink
Spock plugin does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed May 12, 2016
1 parent 70ce97f commit 1ab8f31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Expand Up @@ -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 {
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand All @@ -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'
}
}

Expand Down Expand Up @@ -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'

}

0 comments on commit 1ab8f31

Please sign in to comment.