Add publishing

This commit is contained in:
Mike Primm 2022-01-22 18:54:44 -06:00
parent a3df8251f9
commit 5ae6353ec0
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
}
}
}