diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-08-16 15:55:59 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-08-16 15:55:59 +0300 |
commit | ca5035e3a1a03e81714639b5f9b172f2ab8597d5 (patch) | |
tree | 057cb59faf9d60e5a78e21b3aafd122aaafc5e40 /build.gradle | |
parent | 85e6c34727aa57d59bcea923e24ccb04c35024c5 (diff) | |
download | LibGui-ca5035e3a1a03e81714639b5f9b172f2ab8597d5.tar.gz LibGui-ca5035e3a1a03e81714639b5f9b172f2ab8597d5.tar.bz2 LibGui-ca5035e3a1a03e81714639b5f9b172f2ab8597d5.zip |
Only apply runtime ModMenu to the test subproject
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
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') } |