release-0.9.16
This commit is contained in:
parent
8555c0ddfa
commit
5f897a3be5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue