mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02:00
How about this?
This commit is contained in:
parent
bc00084b71
commit
e8d361bfb6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
artifact(remapJar)
|
artifact(shadowJar)
|
||||||
}
|
}
|
||||||
artifact(shadowJar) {
|
artifact(shadowJar) {
|
||||||
//builtBy remapSourcesJar
|
//builtBy remapSourcesJar
|
||||||
|
|
Loading…
Add table
Reference in a new issue