mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Re-arrange groups and artefacts when publishing (#2899)
* Re-arrange groups and artefacts when publishing * Publish core jar
This commit is contained in:
parent
f2e606c0f3
commit
0163e33693
3 changed files with 14 additions and 1 deletions
|
@ -77,6 +77,13 @@ dependencies {
|
|||
annotationProcessor(projects.ap)
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications.named<MavenPublication>("mavenJava") {
|
||||
artifact(tasks["jar"])
|
||||
artifact(tasks["sourcesJar"])
|
||||
}
|
||||
}
|
||||
|
||||
configure<BlossomExtension> {
|
||||
val indra = the<IndraGitExtension>()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue