added publications
Some checks failed
CI / build (push) Failing after 3s

This commit is contained in:
2024-04-04 09:13:55 +08:00
parent 19162b5b97
commit b7fe7d6493
3 changed files with 10 additions and 2 deletions

View File

@@ -25,4 +25,12 @@ generateGrammarSource {
ext {
setProperty('jpms.module.name', 'net.woggioni.wson.wcfg')
}
publishing {
publications {
maven(MavenPublication) {
from(components["java"])
}
}
}