Skip to content

Commit

Permalink
remove deprecation warnings / errors on junit4/ build
Browse files Browse the repository at this point in the history
Reason: It still supports the old and deprecated junit4/ API such that
it still needs to use it in order to provide the features using it

Signed-off-by: Andreas Schmid <service@aaschmid.de>
  • Loading branch information
aaschmid committed Jul 11, 2018
1 parent e19f0c5 commit a6684a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -129,7 +129,7 @@ project(':junit4') {
}

tasks.withType(JavaCompile) {
options.compilerArgs += [ '-Xlint:-options' ]
options.compilerArgs += [ '-Xlint:-options', '-Xlint:-deprecation' ]
}

jar {
Expand Down

0 comments on commit a6684a4

Please sign in to comment.