From ca5035e3a1a03e81714639b5f9b172f2ab8597d5 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Tue, 16 Aug 2022 15:55:59 +0300 Subject: Only apply runtime ModMenu to the test subproject --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0c38833..3ac43db 100644 --- a/build.gradle +++ b/build.gradle @@ -55,9 +55,9 @@ dependencies { // Using modApi instead of api because of https://github.com/FabricMC/fabric-loom/issues/200 include modApi("io.github.juuxel:libninepatch:${project.libninepatch_version}") - modLocalRuntime(modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { + modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' - }) + } javadocClasspath project(':javadoc') } -- cgit