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