mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-21 22:36:18 +01: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
|
||||
version = project.version as String
|
||||
|
||||
artifact(tasks["shadowJar"])
|
||||
artifact(tasks["sourcesJar"])
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,4 +30,4 @@ artifactory {
|
|||
setPublishIvy(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
plugins {
|
||||
id("geyser.publish-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.cumulus)
|
||||
api(libs.gson)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue