build: Deprecation fixes for Gradle 9.7.0
This commit is contained in:
@@ -4,4 +4,4 @@ plugins {
|
||||
}
|
||||
|
||||
group = "de.siphalor.tweed5.minecraft"
|
||||
version = project.property("tweed5.version").toString()
|
||||
version = rootProperties["tweed5.version"].get()
|
||||
|
||||
Reference in New Issue
Block a user