Upgrade to Gradle v8.0

This commit is contained in:
2023-02-15 21:47:36 -08:00
parent 0d60664838
commit 43d76cfb96
14 changed files with 35 additions and 17 deletions

View File

@ -128,7 +128,7 @@ publishing {
}
tasks.withType<Wrapper> {
gradleVersion = "7.6"
gradleVersion = "8.0"
}
java {