File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,13 @@ configurations {
30
30
}
31
31
32
32
dependencies {
33
- api " org.grails:grails-core:$grailsVersion "
34
- api " org.gebish:geb-spock:$gebSpock " , {
35
- exclude group : ' org.codehaus.groovy' , module : ' groovy-all'
36
- }
33
+ compileOnly " org.grails:grails-core:$grailsVersion "
34
+
35
+ // used transitively by the generated tests
36
+ api " org.gebish:geb-spock:$gebSpock "
37
+ api " org.grails:grails-testing-support:$testingSupportVersion "
38
+ api " org.grails:grails-datastore-gorm:$datastoreVersion "
39
+
37
40
documentation " org.apache.groovy:groovy:$groovyVersion "
38
41
documentation " org.apache.groovy:groovy-ant:$groovyVersion "
39
42
documentation " org.apache.groovy:groovy-templates:$groovyVersion "
Original file line number Diff line number Diff line change 1
- title =Grails Geb Plugin
2
1
projectVersion =5.0.0-SNAPSHOT
2
+ title =Grails Geb Plugin
3
3
developers =Puneet Behl
4
+
5
+ datastoreVersion =9.0.0-SNAPSHOT
6
+ gebSpock =7.0
4
7
grailsVersion =7.0.0-SNAPSHOT
5
8
grailsGradlePluginVersion =7.0.0-SNAPSHOT
6
9
groovyVersion =4.0.23
7
- gebSpock =7.0
8
10
javaParserCoreVersion =3.25.10
11
+ testingSupportVersion =4.0.0-SNAPSHOT
12
+
9
13
org.gradle.parallel =true
10
14
org.gradle.caching =true
11
15
org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments