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 Fabric Helper"
|
||||
description = "A collection of utility classes to make working with Tweed 5 configurations easier on Fabric."
|
||||
}
|
||||
|
||||
dependencies {
|
||||
modCompileOnly(fabricApi.module("fabric-networking-api-v1", mcLibs.versions.fabric.api.get()))
|
||||
compileOnly("de.siphalor.tweed5:tweed5-comment-loader-extension")
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
module.name = Tweed 5 Fabric Helper
|
||||
module.description = A collection of utility classes to make working with Tweed 5 configurations easier on Fabric.
|
||||
Reference in New Issue
Block a user