File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# version: 2.1
22orbs :
3- gh : circleci/github-cli@1 .0
3+ gh : circleci/github-cli@2.6 .0
44# Define a job to be invoked later in a workflow.
55# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
66jobs :
1111 # Be sure to update the Docker image tag below to openjdk version of your application.
1212 # A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
1313 docker :
14- - image : cimg/openjdk:17.0
14+ - image : cimg/openjdk:23.0.1
1515 # Add steps to the job
1616 # See: https://circleci.com/docs/2.0/configuration-reference/#steps
1717 parallelism : 4
3939 - ~/.m2
4040 key : e-procure-{{ checksum "~/pom-checksum" }}
4141 - setup_remote_docker :
42- version : 20.10.14
42+ version : default
4343 docker_layer_caching : true
4444 # Use mvn clean and package as the standard maven build phase
4545 - run :
You can’t perform that action at this time.
0 commit comments