diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-05-29 23:17:20 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-05-29 23:17:20 +0800 |
| commit | 1e869aeac83d1627a6cae32a3b53b7d17bd3d7b8 (patch) | |
| tree | 9ff780b6f52c8a6c216698242e8604568dc1df92 /fabric/build.gradle | |
| parent | 48ed02b1ed057d2b7502cca575f640a595959cf5 (diff) | |
| download | RoughlyEnoughItems-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.gradle | 4 |
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" |
