File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ executors:
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 :
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ nexusPublishing {
426
426
}
427
427
428
428
wrapper {
429
- gradleVersion = ' 8.10.2 '
429
+ gradleVersion = ' 8.11 '
430
430
}
431
431
432
432
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