upgrade everything to modern versions

This commit is contained in:
Alex Zenla
2024-11-30 19:48:07 -05:00
parent d079244fd7
commit 4ec5624be4
10 changed files with 43 additions and 43 deletions

View File

@ -3,5 +3,5 @@ plugins {
}
tasks.withType<Wrapper> {
gradleVersion = "8.5"
gradleVersion = "8.11.1"
}