Skip to content

Commit ed7abb1

Browse files
committed
fixup! disable test forks and strict kotlin warnings
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 2e8ee6b commit ed7abb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks.withType<KotlinJvmCompile>().configureEach {
5151
javaParameters = true
5252

5353
// consider kotlin warnings errors if not otherwise suppressed
54-
allWarningsAsErrors = true
54+
allWarningsAsErrors = false
5555

5656
freeCompilerArgs.addAll(
5757
listOf(

0 commit comments

Comments
 (0)