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
+5
View File
@@ -2,6 +2,11 @@ plugins {
id("de.siphalor.tweed5.minecraft.mod.bundle")
}
moduleInfo {
name = "Tweed 5 Bundle"
description = "Bundle of pre-packaged Tweed modules that are usually required for your Minecraft mod config needs."
}
dependencies {
minecraftJij("de.siphalor.tweed5:tweed5-attributes-extension:${project.version}")
minecraftJij("de.siphalor.tweed5:tweed5-construct:${project.version}")
@@ -1,3 +0,0 @@
module.name = Tweed 5 Bundle
module.description = Bundle of pre-packaged Tweed modules \
that are usually required for your Minecraft mod config needs.