Merge branch 'javadocAndSourcesJar' into 'master'

Javadoc and sources jar

See merge request pheerai/rcdbquery!3
This commit is contained in:
Oliver Rümpelein 2021-03-06 21:39:18 +01:00
commit 684fa531f0
1 changed files with 10 additions and 0 deletions

View File

@ -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