Publish entire java component and common (#3331)

This commit is contained in:
Luke Chambers 2022-10-03 10:37:22 -04:00 committed by GitHub
parent fc25592df6
commit 8224976393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,8 @@
plugins {
id("geyser.publish-conventions")
}
dependencies {
api(libs.cumulus)
api(libs.gson)
}
}