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
@@ -3,6 +3,11 @@ plugins {
id("de.siphalor.tweed5.minecraft.mod.cross-version")
}
moduleInfo {
name = "Tweed 5 Coat Bridge"
description = "Provides a system that allows to generate a Coat config screen for a Tweed config."
}
dependencies {
compileOnly("de.siphalor.tweed5:tweed5-core")
compileOnly("de.siphalor.tweed5:tweed5-attributes-extension")
@@ -1,2 +0,0 @@
module.name = Tweed 5 Coat Bridge
module.description = Provides a system that allows to generate a Coat config screen for a Tweed config.