(misc) Create a GitHub Action for building the server JAR

This commit is contained in:
KingRainbow44
2023-11-26 09:53:43 -05:00
parent a1667e89cf
commit a07519a902
2 changed files with 47 additions and 1 deletions

View File

@@ -104,7 +104,9 @@ configurations.all {
}
clean {
delete protobuf.generatedFilesBaseDir
if (shouldGenerateProto) {
delete protobuf.generatedFilesBaseDir
}
}
application {