Skip to content

Commit

Permalink
Adjust dependency scope and add additional dependencies required by g…
Browse files Browse the repository at this point in the history
…enerated tests
  • Loading branch information
jamesfredley committed Sep 25, 2024
1 parent 5397bdf commit 20d148d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ configurations {
}

dependencies {
api "org.grails:grails-core:$grailsVersion"
api "org.gebish:geb-spock:$gebSpock", {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
compileOnly "org.grails:grails-core:$grailsVersion"

api "org.gebish:geb-spock:$gebSpock"
api "org.grails:grails-testing-support:$testingSupportVersion"
api "org.grails:grails-datastore-gorm:$datastoreVersion"

documentation "org.apache.groovy:groovy:$groovyVersion"
documentation "org.apache.groovy:groovy-ant:$groovyVersion"
documentation "org.apache.groovy:groovy-templates:$groovyVersion"
Expand Down
8 changes: 6 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
title=Grails Geb Plugin
projectVersion=5.0.0-SNAPSHOT
title=Grails Geb Plugin
developers=Puneet Behl

datastoreVersion=9.0.0-SNAPSHOT
gebSpock=7.0
grailsVersion=7.0.0-SNAPSHOT
grailsGradlePluginVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.23
gebSpock=7.0
javaParserCoreVersion=3.25.10
testingSupportVersion=4.0.0-SNAPSHOT

org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true

0 comments on commit 20d148d

Please sign in to comment.