Skip to content

Commit 070aeee

Browse files
committed
kotlinOptions -> compilerOptions
1 parent 3ba9454 commit 070aeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subprojects {
3838

3939
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
4040
dependsOn(tasks.generateSmithyProjections)
41-
kotlinOptions.allWarningsAsErrors = false
41+
compilerOptions.allWarningsAsErrors = false
4242
}
4343

4444
tasks.generateSmithyProjections {

0 commit comments

Comments
 (0)