Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Try using shadow conventions for now?
Dieser Commit ist enthalten in:
Ursprung
bf20f2821d
Commit
83c2b72008
@ -37,7 +37,5 @@ publishing {
|
|||||||
groupId = project.group as String
|
groupId = project.group as String
|
||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
version = project.version as String
|
version = project.version as String
|
||||||
|
|
||||||
artifact(tasks["jar"])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -39,7 +39,7 @@ subprojects {
|
|||||||
when (this) {
|
when (this) {
|
||||||
in platforms -> plugins.apply("geyser.platform-conventions")
|
in platforms -> plugins.apply("geyser.platform-conventions")
|
||||||
api -> plugins.apply("geyser.shadow-conventions")
|
api -> plugins.apply("geyser.shadow-conventions")
|
||||||
else -> plugins.apply("geyser.base-conventions")
|
else -> plugins.apply("geyser.shadow-conventions")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren