Skip to content

Commit

Permalink
Treat compiler warnings as errors. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
aunger authored and jsarabia committed Aug 29, 2019
1 parent 93f4080 commit fd35462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ dependencies {

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.allWarningsAsErrors = true
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.allWarningsAsErrors = true
}

0 comments on commit fd35462

Please sign in to comment.