Skip to content

Commit

Permalink
SLCORE-716: Mend / Promote task to use Java 17
Browse files Browse the repository at this point in the history
Because the Docker image was setting the Java version conditionally on Cirrus CI.
  • Loading branch information
thahnen committed Jan 22, 2025
1 parent 0bda82b commit 4e1cb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mend_scan_task:
<<: *CONTAINER_DEFINITION
env:
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
JDK_VERSION: "11"
JDK_VERSION: "17"
<<: *MAVEN_CACHE_DEFINITION
whitesource_script:
- source cirrus-env QA
Expand Down Expand Up @@ -237,7 +237,7 @@ promote_task:
cpu: 2
memory: 4G
env:
JDK_VERSION: "11"
JDK_VERSION: "17"
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
GITHUB_TOKEN: VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token]
<<: *MAVEN_CACHE_DEFINITION
Expand Down

0 comments on commit 4e1cb0c

Please sign in to comment.