This commit is contained in:
J. Fronny 2021-11-10 18:05:50 +00:00
parent 3427079d97
commit 27e0b9fed4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ stages:
build_test:
stage: build
script:
- gradle --build-cache build publish
- gradle --build-cache build
- cp build/libs/* ./
- mv *-dev.jar dev.zip
- mv *.jar latest.jar