Add publishing

This commit is contained in:
Mike Primm 2022-01-22 18:54:44 -06:00
parent 204cba42f7
commit 3b4a2b34ec
2 changed files with 16 additions and 2 deletions

View file

@ -21,3 +21,11 @@ shadowJar {
artifacts {
archives shadowJar
}
publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}