Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3755332 commit cbbc916Copy full SHA for cbbc916
.gitlab-ci.yml
@@ -23,6 +23,7 @@ build: &build
23
rules:
24
- when: on_success
25
script:
26
+ - gradle wrapper
27
- ./gradlew clean build
28
artifacts:
29
paths:
0 commit comments