mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Fix shadow, remove extra source jar in forge
This commit is contained in:
@ -67,7 +67,9 @@ shadowJar {
|
||||
}
|
||||
|
||||
reobf {
|
||||
shadowJar
|
||||
shadowJar {
|
||||
mappingType = 'SEARGE'
|
||||
}
|
||||
}
|
||||
|
||||
task deobfJar(type: Jar) {
|
||||
@ -79,4 +81,4 @@ artifacts {
|
||||
archives deobfJar
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar)
|
||||
build.dependsOn(reobfShadowJar)
|
||||
|
Reference in New Issue
Block a user