mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fixed a lack of -dist jars.
This commit is contained in:
parent
b8221e28d4
commit
ad1bf9cf92
@ -39,11 +39,6 @@ shadowJar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task deobfJar(type: Jar) {
|
|
||||||
from sourceSets.main.output
|
|
||||||
classifier = 'dev'
|
|
||||||
}
|
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
archives deobfJar
|
archives shadowJar
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user