Skip to content

Commit

Permalink
Merge pull request #142 from erdi/use-gea-geb-plugin-in-template
Browse files Browse the repository at this point in the history
Use gea geb plugin in template
  • Loading branch information
glaforge committed Jun 15, 2012
2 parents 0423e7e + 99b7e3a commit 07718d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion template-project/build.gradle
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'gae'
apply plugin: 'gaelyk'
apply plugin: 'gae-geb'
apply plugin: 'eclipse'
apply plugin: 'idea'

Expand All @@ -18,6 +19,7 @@ buildscript {
classpath 'org.gradle.api.plugins:gradle-gae-plugin:0.7.2'
classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.3.2'
classpath 'eu.appsatori:gradle-fatjar-plugin:0.1.1'
classpath 'org.gradle.api.plugins:gradle-gae-geb-plugin:0.2'
}
}

Expand Down Expand Up @@ -45,7 +47,7 @@ dependencies {
"com.google.appengine:appengine-testing:$gaeVersion"

functionalTestCompile 'org.codehaus.geb:geb-spock:0.7.0',
'org.seleniumhq.selenium:selenium-firefox-driver:2.20.0'
'org.seleniumhq.selenium:selenium-firefox-driver:2.22.0'
gaeSdk "com.google.appengine:appengine-java-sdk:$gaeVersion"
}

Expand Down

This file was deleted.

0 comments on commit 07718d5

Please sign in to comment.