Skip to content

Commit

Permalink
Update build file to list type safety issues for later resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
judy2k committed Oct 24, 2017
1 parent 6a42b76 commit 709e622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ repositories {
mavenCentral()
}

tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked"
}

dependencies {
compile 'commons-codec:commons-codec:1.9'
compile 'commons-logging:commons-logging:1.2'
Expand Down

0 comments on commit 709e622

Please sign in to comment.