File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ executors:
7
7
GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
8
8
resource_class : medium+
9
9
docker :
10
- - image : cimg/openjdk:21.0.2
10
+ - image : cimg/openjdk:21.0.5
11
11
circle-jdk17-executor :
12
12
working_directory : ~/micrometer
13
13
environment :
14
14
GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
15
15
resource_class : medium+
16
16
docker :
17
- - image : cimg/openjdk:17.0.11
17
+ - image : cimg/openjdk:17.0.13
18
18
circle-jdk11-executor :
19
19
working_directory : ~/micrometer
20
20
environment :
21
21
GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
22
22
resource_class : medium+
23
23
docker :
24
- - image : cimg/openjdk:11.0.22
24
+ - image : cimg/openjdk:11.0.25
25
25
machine-executor :
26
26
working_directory : ~/micrometer
27
27
machine :
28
- image : ubuntu-2204 :2024.05 .1
28
+ image : ubuntu-2404 :2024.08 .1
29
29
30
30
commands :
31
31
gradlew-build :
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ nexusPublishing {
433
433
}
434
434
435
435
wrapper {
436
- gradleVersion = ' 8.10.2 '
436
+ gradleVersion = ' 8.11 '
437
437
}
438
438
439
439
defaultTasks ' build'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments