Skip to content

Commit

Permalink
Attempt to fix shaded build on CI server
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed May 19, 2015
1 parent 48ff6de commit 4e1c5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jar {
from sourceSets.ap.output

// Renamed ASM
zipTree(tasks.renamedASM.outputs.files[0])
from zipTree(tasks.renamedASM.outputs.files[0])

exclude 'org/objectweb/**'
exclude 'org/spongepowered/asm/lib/commons/**'
Expand Down

0 comments on commit 4e1c5b2

Please sign in to comment.