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 a397e23 commit 8cde9faCopy full SHA for 8cde9fa
services/build.gradle.kts
@@ -129,7 +129,6 @@ subprojects {
129
130
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
131
compilerOptions {
132
- allWarningsAsErrors.set(false) // FIXME Tons of errors occur in generated code
133
jvmTarget.set(JvmTarget.JVM_1_8) // fixes outgoing variant metadata: https://github.com/smithy-lang/smithy-kotlin/issues/258
134
freeCompilerArgs.add("-Xjdk-release=1.8")
135
}
0 commit comments