Skip to content

Commit

Permalink
Revert Java to 18 on CircleCI for 1.10.x and above
Browse files Browse the repository at this point in the history
fixes gh-3612
  • Loading branch information
jonatan-ivanov committed Jan 31, 2023
1 parent 64e6dc3 commit c231c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
resource_class: medium+
docker:
- image: cimg/openjdk:19.0.2
- image: cimg/openjdk:18.0.2
circle-jdk17-executor:
working_directory: ~/micrometer
environment:
Expand Down

0 comments on commit c231c0e

Please sign in to comment.