release-0.9.16

This commit is contained in:
ansgarz 2022-03-25 16:58:29 +01:00
parent 8555c0ddfa
commit 5f897a3be5
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ test:
dotenv: generate_executables.env dotenv: generate_executables.env
expire_in: 6 months expire_in: 6 months
uberjarjar: uberjar:
stage: package stage: package
rules: rules:
- if: $CI_PIPELINE_SOURCE != "push" - if: $CI_PIPELINE_SOURCE != "push"
@ -106,7 +106,7 @@ publish-snapshot-lib:
rules: rules:
- if: $CI_PIPELINE_SOURCE != "push" - if: $CI_PIPELINE_SOURCE != "push"
when: never when: never
- if: $CI_COMMIT_TAG !~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/ - if: $CI_COMMIT_TAG !~ /^[0-9]+[.][0-9]+([.][0-9]+-SNAPSHOT)?$/
script: script:
- ./gradlew -x assemble -x test jar - ./gradlew -x assemble -x test jar
- ./gradlew -x assemble -x test publish - ./gradlew -x assemble -x test publish

View file

@ -18,7 +18,7 @@ apply plugin: "kotlinx-serialization"
group = "org.domaindrivenarchitecture.provs" group = "org.domaindrivenarchitecture.provs"
version = "0.9.16-SNAPSHOT" version = "release-0.9.16"
repositories { repositories {
mavenCentral() mavenCentral()