build: Deprecation fixes for Gradle 9.7.0

This commit is contained in:
2026-08-23 10:19:55 +02:00
parent b0819871e0
commit c6ce916e75
66 changed files with 235 additions and 99 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ plugins {
}
group = "de.siphalor.tweed5.minecraft"
version = project.property("tweed5.version").toString()
version = rootProperties["tweed5.version"].get()