Skip to content

Commit

Permalink
Added classpath to reobfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dykam committed Feb 27, 2014
1 parent 34133c9 commit 80ba708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ class TabbyTask extends DefaultTask {
}

project.artifacts { archives jarTask }
project.reobf { reobf jarTask }
project.reobf { reobf(jarTask) { spec ->
spec.classpath = project.sourceSets.main.compileClasspath
} }
}

/**
Expand Down

0 comments on commit 80ba708

Please sign in to comment.