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: build:
stage: build stage: build
script: script:
- ./gradlew assemble - ./gradlew build
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - build/libs/*.jar