mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Publish entire java component and common (#3331)
This commit is contained in:
parent
fc25592df6
commit
8224976393
2 changed files with 7 additions and 4 deletions
|
@ -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"])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,4 +30,4 @@ artifactory {
|
||||||
setPublishIvy(false)
|
setPublishIvy(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
plugins {
|
||||||
|
id("geyser.publish-conventions")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(libs.cumulus)
|
api(libs.cumulus)
|
||||||
api(libs.gson)
|
api(libs.gson)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue