Skip to content

Commit

Permalink
ci: fully use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzalu committed Jun 27, 2024
1 parent 4df2ba1 commit 53a34f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

publish_doc:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11
- image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
environment:
- "discovery.type=single-node"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

package_back:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11
working_directory: /tmp/datashare
environment:
MAVEN_OPTS: "-Xms512m -Xmx512m -Xss10M"
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

deploy_back:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11
working_directory: /tmp
steps:
- attach_workspace:
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
deploy_datashare_tasks:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11
- image: redis:4.0.1-alpine
name: redis
- image: rabbitmq:3
Expand All @@ -449,7 +449,7 @@ jobs:

deploy_datashare_api:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11
- image: adobe/s3mock:latest
name: s3mock

Expand All @@ -470,7 +470,7 @@ jobs:

deploy_datashare_cli:
docker:
- image: cimg/openjdk:11.0.16
- image: cimg/openjdk:17.0.11

environment:
MAVEN_OPTS: "-Xms512m -Xmx512m -Xss10M"
Expand Down

0 comments on commit 53a34f0

Please sign in to comment.