File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ executors:
66 environment :
77 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
88 docker :
9- - image : cimg/openjdk:20 .0.1
9+ - image : cimg/openjdk:21 .0.6
1010 circle-jdk11-executor :
1111 working_directory : ~/micrometer-tracing
1212 environment :
1313 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
1414 docker :
15- - image : cimg/openjdk:11.0.19
15+ - image : cimg/openjdk:11.0.26
1616 circle-jdk17-executor :
1717 working_directory : ~/micrometer-tracing
1818 environment :
1919 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
2020 docker :
21- - image : cimg/openjdk:17.0.7
21+ - image : cimg/openjdk:17.0.14
2222 machine-executor :
2323 working_directory : ~/micrometer-tracing
2424 machine :
25- image : ubuntu-2204:2023.04.2
25+ image : ubuntu-2404:2024.11.1
2626
2727commands :
2828 gradlew-build :
You can’t perform that action at this time.
0 commit comments