mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Try using shadow conventions for now?
This commit is contained in:
@@ -37,7 +37,5 @@ publishing {
|
||||
groupId = project.group as String
|
||||
artifactId = project.name
|
||||
version = project.version as String
|
||||
|
||||
artifact(tasks["jar"])
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,7 @@ subprojects {
|
||||
when (this) {
|
||||
in platforms -> plugins.apply("geyser.platform-conventions")
|
||||
api -> plugins.apply("geyser.shadow-conventions")
|
||||
else -> plugins.apply("geyser.base-conventions")
|
||||
else -> plugins.apply("geyser.shadow-conventions")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user