gradle: 8.4

This commit is contained in:
2023-10-13 03:24:51 -07:00
parent 8d3cd99c46
commit 0ee1b7405b
4 changed files with 21 additions and 9 deletions

View File

@ -4,5 +4,5 @@ allprojects {
}
tasks.withType<Wrapper> {
gradleVersion = "8.3"
gradleVersion = "8.4"
}