Merge branch 'javadocAndSourcesJar' into 'master'
Javadoc and sources jar See merge request pheerai/rcdbquery!3
This commit is contained in:
commit
684fa531f0
1 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,16 @@ build:
|
|||
- build
|
||||
- .gradle
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: gradle --build-cache test
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
policy: push
|
||||
paths:
|
||||
- build
|
||||
- .gradle
|
||||
|
||||
artifact:
|
||||
stage: deploy
|
||||
script: gradle publish
|
||||
|
|
Loading…
Reference in a new issue