switched build to package

This commit is contained in:
danielb 2024-05-26 00:07:42 +00:00
parent 08b858124b
commit 896c2c1e73
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stages:
build:
stage: build
script:
- mvn build
- mvn package
artifacts:
paths:
- target/*.jar