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 3ba9454 commit 070aeeeCopy full SHA for 070aeee
tests/codegen/build.gradle.kts
@@ -38,7 +38,7 @@ subprojects {
38
39
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
40
dependsOn(tasks.generateSmithyProjections)
41
- kotlinOptions.allWarningsAsErrors = false
+ compilerOptions.allWarningsAsErrors = false
42
}
43
44
tasks.generateSmithyProjections {
0 commit comments