We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19306d1 commit 824834cCopy full SHA for 824834c
build.gradle
@@ -123,6 +123,12 @@ ext {
123
names : ['grails-async', 'grails-events'],
124
modules: ['gpars', 'rxjava', 'rxjava2']
125
],
126
+ snakeyaml: [
127
+ version: snakeyamlVersion,
128
+ group : 'org.yaml',
129
+ names: ['snakeyaml'],
130
+ modules: ['']
131
+ ],
132
spock: [
133
version: spockVersion,
134
group : 'org.spockframework',
gradle.properties
@@ -36,6 +36,7 @@ objenesisVersion=3.3
36
scaffoldingCoreVersion=2.1.0
37
servletApiVersion=4.0.1
38
slf4jVersion=1.7.36
39
+snakeyamlVersion=2.2
40
spockVersion=2.1-groovy-3.0
41
springBootVersion=2.7.18
42
springLoadedVersion=1.2.8.RELEASE
0 commit comments