re-add phase package

This commit is contained in:
ansgarz 2023-06-30 14:39:32 +02:00
parent 343b3e0b5d
commit c5762d6b06
2 changed files with 2 additions and 4 deletions

View file

@ -61,9 +61,6 @@ test:
package:
stage: package
rules:
- if: $CI_PIPELINE_SOURCE != "push"
when: never
script:
- ./gradlew -x assemble -x test jar
- ./gradlew -x assemble -x test -x jar uberjarDesktop
@ -75,6 +72,7 @@ package:
artifacts:
paths:
- build/libs/*.jar
- build/libs/*.lst
publish-maven-package-to-gitlab:

View file

@ -18,7 +18,7 @@ apply plugin: "maven-publish"
group = "org.domaindrivenarchitecture.provs"
version = "release-0.23.0"
version = "release-0.24.0"
repositories {