Skip to content

Commit

Permalink
ci: use java17 builds for rpm and tar
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 20, 2023
1 parent 88a8028 commit dc6db51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ default:

rpm:
stage: build
image: dcache/maven-java11-rpm-build
image: dcache/maven-java17-rpm-build
extends: .build_cache
script:
- mvn $MAVEN_CLI_OPTS -am -pl packages/fhs -P rpm clean package
Expand All @@ -129,7 +129,7 @@ rpm:

srm_client_rpm:
stage: build
image: dcache/maven-java11-rpm-build
image: dcache/maven-java17-rpm-build
extends: .build_cache
script:
- mvn $MAVEN_CLI_OPTS -DskipTests -am -pl modules/srm-client package -P rpm
Expand All @@ -151,7 +151,7 @@ deb:

tar:
stage: build
image: dcache/maven-java11-tar-build
image: dcache/maven-java17-tar-build
extends: .build_cache
script:
- mvn $MAVEN_CLI_OPTS -DskipTests -am -pl packages/tar clean package
Expand Down

0 comments on commit dc6db51

Please sign in to comment.