Skip to content

Commit

Permalink
run "libs" even if java compilation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 10, 2015
1 parent 0af75d7 commit ef83a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -28,7 +28,7 @@ task libs(type: Sync) {
into "$buildDir/lib"
}

classes.dependsOn libs
compileJava.dependsOn libs

[compileJava, compileTestJava]*.options.collect {options -> options.encoding = 'UTF-8'}
[compileJava, compileTestJava]*.options.collect {options -> options.debug = true}
Expand Down

0 comments on commit ef83a0c

Please sign in to comment.