Skip to content

Commit 6465c77

Browse files
committed
Up gradle to version 8.13
1 parent edf83df commit 6465c77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
FROM --platform=$BUILDPLATFORM gradle:8.4-jdk17 AS builder
13+
FROM --platform=$BUILDPLATFORM gradle:8.13-jdk17 AS builder
1414

1515
RUN mkdir /code
1616
WORKDIR /code

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Versions {
1616
const val mockitoKotlin = "5.1.0"
1717
const val hamcrest = "2.2"
1818

19-
const val wrapper = "8.4"
19+
const val wrapper = "8.13"
2020

2121
const val managementPortal = "2.1.5"
2222
const val coroutines = "1.7.3"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)