Skip to content

Commit c511391

Browse files
Fix gradle wrapper version for real
1 parent 142f0a6 commit c511391

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.13.2"
24+
gradleVersion = "8.13"
2525
distributionType = Wrapper.DistributionType.BIN
2626
}

0 commit comments

Comments
 (0)