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 be8178d commit 9288277Copy full SHA for 9288277
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
mavenCentral()
6
}
7
dependencies {
8
- classpath 'org.yaml:snakeyaml:2.2'
+ classpath 'org.yaml:snakeyaml:2.3'
9
10
11
//project.afterEvaluate { project.tasks.all { Task t -> t.inputs.file 'build.gradle'; } }
0 commit comments