Publish jar for ap & other fixes

This commit is contained in:
RednedEpic 2022-02-27 17:17:34 -06:00
parent 865ee5684c
commit bf20f2821d
10 changed files with 15 additions and 25 deletions

View file

@ -37,5 +37,7 @@ publishing {
groupId = project.group as String
artifactId = project.name
version = project.version as String
artifact(tasks["jar"])
}
}