finally i'm able to update gradle to 8.11.1

This commit is contained in:
Jannik Reimers 2024-11-28 09:45:03 +01:00
parent 45da7ed2da
commit 5a2b1ec438
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
3 changed files with 4 additions and 4 deletions

View file

@ -89,6 +89,6 @@ docker {
}
tasks.wrapper {
gradleVersion = "8.10.2"
gradleVersion = "8.11.1"
distributionType = Wrapper.DistributionType.BIN
}