Update jfmods
ci/woodpecker/push/pages Pipeline was successful Details
ci/woodpecker/push/gradle Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-25 16:17:51 +01:00
parent 7fb5a61965
commit cdefc4b767
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 4 deletions

View File

@ -4,11 +4,8 @@ pipeline:
build_test:
image: gradle:alpine
pull: true
environment:
- GRADLE_OPTS=-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=-Xmx2G
- GRADLE_USER_HOME=${CI_WORKSPACE}/.gradle
commands:
- if [ $CI_PIPELINE_EVENT = tag ] && [ $CI_COMMIT_BRANCH = $CI_REPO_DEFAULT_BRANCH ]; then
- if [ $CI_PIPELINE_EVENT = tag ]; then
- gradle --build-cache deployRelease -Prelease -Pmaven="https://maven.frohnmeyer-wds.de/artifacts"
- else
- gradle --build-cache deployDebug -Pmaven="https://maven.frohnmeyer-wds.de/artifacts"