Update .gitlab-ci.yml

This commit is contained in:
dragontamerfred 2019-10-04 23:00:39 +00:00
parent 70eb164834
commit e3ec1982d0

View file

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