Skip to content

Commit

Permalink
Update circleCI config, use latest docker images and update the image…
Browse files Browse the repository at this point in the history
… used for merge step (#169)

* Switch docker image

* set enable jdk17
  • Loading branch information
mershad-manesh authored Sep 24, 2024
1 parent fdbd47c commit 10fbbdf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ version: 2.1
executors:
build-executor:
docker:
- image: circleci/openjdk:11.0.7-jdk-buster
- image: cimg/openjdk:11.0.7
next-build-executor:
docker:
- image: cimg/openjdk:17.0.11

orbs:
branch-management: opennms/[email protected]
Expand Down Expand Up @@ -82,7 +85,7 @@ jobs:
- project

merge:
executor: build-executor
executor: next-build-executor
environment:
MAVEN_OPTS: -Xmx1024m

Expand Down

0 comments on commit 10fbbdf

Please sign in to comment.