Skip to content

Commit

Permalink
Include asm commons Remapper in final jar, closes SpongePowered#231
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Jan 13, 2018
1 parent 2f28f2e commit 569a0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ jar {
from zipTree(tasks.renamedASM.outputs.files[0]).matching {
include 'org/spongepowered/asm/lib/*'
include 'org/spongepowered/asm/lib/commons/ClassRemapper*'
include 'org/spongepowered/asm/lib/commons/Remapper*'
include 'org/spongepowered/asm/lib/commons/SignatureRemapper*'
include 'org/spongepowered/asm/lib/signature/**'
include 'org/spongepowered/asm/lib/tree/**'
include 'org/spongepowered/asm/lib/util/**'
Expand Down

0 comments on commit 569a0bc

Please sign in to comment.