Skip to content

Commit

Permalink
Fixing issue with jars that contain class and java files next to each
Browse files Browse the repository at this point in the history
other.
  • Loading branch information
tHerrmann committed Aug 13, 2013
1 parent f368bad commit 7690c23
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 @@ -679,6 +679,10 @@ test {
jvmArgs '-XX:MaxPermSize=256m'
}

tasks.withType(JavaCompile) {
options.compilerArgs += ["-sourcepath", ""]
}

if (debug.toBoolean()){
compileGwtJava.doFirst{
println '+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'
Expand Down

0 comments on commit 7690c23

Please sign in to comment.