Skip to content

Commit

Permalink
ENG-5316: Jump to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniosant committed Nov 16, 2023
1 parent 81c0146 commit e784e95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
--token "$ENTANDO_BOT_TOKEN" \
;
#~ JDK
- name: "Set up JDK 11"
- name: "Set up JDK 17"
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
#~ MAVEN CACHE
- name: "Cache Maven packages"
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PPL_TEMPLATE_VERSION: "v2.0.2"
ENTANDO_BOT_TOKEN: ${{ secrets.ENTANDO_BOT_TOKEN }}
PR_CHECKER_PATH: ".github/pr-title-checker-config.json"
JDK_VERSION: 11
JDK_VERSION: 17
BUILD_COMMANDS: mvn package -Pjvm;
DEPLOY_COMMANDS: -B javadoc:jar source:jar source:test-jar -DskipTests=true -DaltDeploymentRepository=${{ vars.NEXUS_SERVER_ID }}::default::${{ vars.NEXUS_INSTANCE_URI }} -Pprepare-for-nexus -DskipPreDeploymentTests=true -DskipPostDeploymentTests=true -Ddependency-check.skip=true
DOCKER_IMAGE_BASE_NAME: entando/entando-k8s-operator-common
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM entando/entando-java-base:11.0.3
FROM entando/entando-java-base:17.0.9-ENG-5316-PR-17
ARG VERSION
LABEL name="Entando K8S Operator Common" \
vendor="Entando" \
version="v${VERSION}" \
release="7.3" \
release="7.4" \
summary="This Docker image contains all the common libraries used by Entando controllers." \
description="This Docker image contains all the common libraries used by Entando controllers."
COPY target/generated-resources/licenses /licenses
Expand Down

0 comments on commit e784e95

Please sign in to comment.