Skip to content

Commit 142f0a6

Browse files
Fix gradle wrapper version
1 parent 011825f commit 142f0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ allprojects {
2121
}
2222

2323
tasks.wrapper {
24-
gradleVersion = "8.11.1"
24+
gradleVersion = "8.13.2"
2525
distributionType = Wrapper.DistributionType.BIN
2626
}

0 commit comments

Comments
 (0)