aboutsummaryrefslogtreecommitdiff
path: root/fabric/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-05-29 23:17:20 +0800
committershedaniel <daniel@shedaniel.me>2023-05-29 23:17:20 +0800
commit1e869aeac83d1627a6cae32a3b53b7d17bd3d7b8 (patch)
tree9ff780b6f52c8a6c216698242e8604568dc1df92 /fabric/build.gradle
parent48ed02b1ed057d2b7502cca575f640a595959cf5 (diff)
downloadRoughlyEnoughItems-feature/6.7.tar.gz
RoughlyEnoughItems-feature/6.7.tar.bz2
RoughlyEnoughItems-feature/6.7.zip
Fix compile errorsfeature/6.7
Diffstat (limited to 'fabric/build.gradle')
-rw-r--r--fabric/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle
index fcbea68b6..6f693ef10 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -35,7 +35,7 @@ dependencies {
}
//modRuntime("com.terraformersmc:modmenu:${modmenu_version}") { transitive false }
modApi("me.shedaniel:architectury-fabric:${architectury_version}")
- modApi("me.shedaniel:error-notifier-fabric:1.0.9")
+ modCompileOnly("me.shedaniel:error-notifier-fabric:1.0.9")
include("me.shedaniel:error-notifier-fabric:1.0.9")
depProjects.forEach {
@@ -135,7 +135,7 @@ unifiedPublishing {
}
}
- if (false && (project.hasProperty("modrinth_key") || System.getenv("modrinth_key") != null) {
+ if (false && (project.hasProperty("modrinth_key") || System.getenv("modrinth_key") != null)) {
modrinth {
token = project.hasProperty("modrinth_key") ? project.property("modrinth_key") : System.getenv("modrinth_key")
id = "nfn13YXA"