build: Deprecation fixes for Gradle 9.7.0
This commit is contained in:
@@ -3,6 +3,11 @@ plugins {
|
||||
id("de.siphalor.tweed5.minecraft.mod.cross-version")
|
||||
}
|
||||
|
||||
moduleInfo {
|
||||
name = "Tweed 5 Netwoking"
|
||||
description = "Minecraft networking support for Tweed 5"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
modCompileOnly(fabricApi.module("fabric-networking-api-v1", mcLibs.versions.fabric.api.get()))
|
||||
compileOnly("de.siphalor.tweed5:tweed5-core")
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
module.name = Tweed 5 Netwoking
|
||||
module.description = Minecraft networking support for Tweed 5
|
||||
Reference in New Issue
Block a user