Update .gitlab-ci.yml

master
dragontamerfred 2019-10-04 23:00:39 +00:00
parent 70eb164834
commit e3ec1982d0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache:
build:
stage: build
script:
- ./gradlew assemble
- ./gradlew build
artifacts:
paths:
- build/libs/*.jar