Skip to content

Commit 2d0fe74

Browse files
committed
Also compile deobfJar for debugging
1 parent 7732441 commit 2d0fe74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

+9
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,13 @@ processResources
3535
from(sourceSets.main.resources.srcDirs) {
3636
exclude 'mcmod.info'
3737
}
38+
}
39+
40+
task deobfJar(type: Jar) {
41+
from sourceSets.main.output
42+
appendix = 'deobf'
43+
}
44+
45+
artifacts {
46+
archives deobfJar
3847
}

0 commit comments

Comments
 (0)