We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8451778 commit 47120ecCopy full SHA for 47120ec
build.gradle.kts
@@ -236,6 +236,10 @@ subprojects {
236
// Ensure that all transitive versions of Kotlin libraries match our version of Kotlin.
237
force("org.jetbrains.kotlin:kotlin-reflect:${rootProject.libs.versions.kotlinPlugin.get()}")
238
force("org.jetbrains.kotlin:kotlin-script-runtime:${rootProject.libs.versions.kotlinPlugin.get()}")
239
+
240
+ // Starting with version 1.32 the YAML file size is limited to 3 MiB, which is not configurable yet via
241
+ // Hoplite or Jackson.
242
+ force("org.yaml:snakeyaml:1.31")
243
}
244
245
0 commit comments