Update .gitlab-ci.yml
parent
70eb164834
commit
e3ec1982d0
|
@ -18,7 +18,7 @@ cache:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- ./gradlew assemble
|
||||
- ./gradlew build
|
||||
artifacts:
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
|
Reference in New Issue