mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Publish entire java component and common (#3331)
This commit is contained in:
@@ -11,8 +11,7 @@ publishing {
|
|||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
version = project.version as String
|
version = project.version as String
|
||||||
|
|
||||||
artifact(tasks["shadowJar"])
|
from(components["java"])
|
||||||
artifact(tasks["sourcesJar"])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("geyser.publish-conventions")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(libs.cumulus)
|
api(libs.cumulus)
|
||||||
api(libs.gson)
|
api(libs.gson)
|
||||||
|
|||||||
Reference in New Issue
Block a user