Skip to content

Commit

Permalink
Remove allWarningsAsErrors reference
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 0b18b8d76414f38f1bfe7a344daa99ecc0efe232
  • Loading branch information
yissachar authored and svc-squareup-copybara committed Oct 8, 2024
1 parent 4f928e8 commit 0711f0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions samples/exemplarchat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ tasks.jar {
archiveClassifier.set("unshaded")
}

tasks.compileKotlin {
kotlinOptions {
// TODO(alec): Enable again once Environment enum is deleted
allWarningsAsErrors = false
}
}

tasks.withType<Test> {
dependsOn(":startRedis")
}

0 comments on commit 0711f0d

Please sign in to comment.