Skip to content

Commit

Permalink
Shade missing remapper classes for InnerClassGenerator, fixes SpongeP…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Jun 16, 2018
1 parent 6b7359a commit 81a22a4
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 @@ -271,7 +271,7 @@ jar {
// Renamed ASM
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/Remapper*'
include 'org/spongepowered/asm/lib/commons/SignatureRemapper*'
include 'org/spongepowered/asm/lib/signature/**'
Expand Down

0 comments on commit 81a22a4

Please sign in to comment.