Skip to content

Commit 383980a

Browse files
committed
Upgrade to Apache Geb 8.0.0
Closes gh-42
1 parent 8616c46 commit 383980a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ext."signing.password" = project.hasProperty("signing.password") ? project.getPr
1515
ext."signing.secretKeyRingFile" = project.hasProperty("signing.secretKeyRingFile") ? project.getProperty('signing.secretKeyRingFile') : ("${System.properties['user.home']}${File.separator}.gnupg${File.separator}secring.gpg")
1616
ext.isReleaseVersion = !projectVersion.endsWith("SNAPSHOT")
1717

18+
ext['selenium.version'] = '4.27.0'
19+
1820
version = project.projectVersion
1921
group = "org.graceframework.plugins"
2022

@@ -37,10 +39,9 @@ configurations {
3739
}
3840

3941
dependencies {
42+
api "org.apache.groovy.geb:geb-core:$gebVersion"
43+
api "org.apache.groovy.geb:geb-spock:$gebVersion"
4044
compileOnly "org.graceframework:grace-core"
41-
api "org.gebish:geb-spock:$gebSpock", {
42-
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
43-
}
4445
compileOnly "org.graceframework:grace-boot"
4546
documentation "org.apache.groovy:groovy:$groovyVersion"
4647
documentation "org.apache.groovy:groovy-ant:$groovyVersion"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
projectVersion=7.0.0-SNAPSHOT
22
graceVersion=2024.0.0-M1
33
groovyVersion=4.0.27
4-
gebSpock=7.0
4+
gebVersion=8.0.0
55
javaParserCoreVersion=3.26.4
66
org.gradle.parallel=true
77
org.gradle.caching=true

0 commit comments

Comments
 (0)