aboutsummaryrefslogtreecommitdiff
path: root/RoughlyEnoughItems-default-plugin
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-07-20 18:39:18 +0900
committershedaniel <daniel@shedaniel.me>2024-07-22 18:52:22 +0900
commite6c8d55feaee1b3d6042e9a5283668d0ab29da53 (patch)
tree9d7ad8fb053b5ab5c96de21c33c9f34d59cc310a /RoughlyEnoughItems-default-plugin
parentcd45e2d3a28d44fb52dbdc0eb5b730ecf1ee1133 (diff)
downloadRoughlyEnoughItems-e6c8d55feaee1b3d6042e9a5283668d0ab29da53.tar.gz
RoughlyEnoughItems-e6c8d55feaee1b3d6042e9a5283668d0ab29da53.tar.bz2
RoughlyEnoughItems-e6c8d55feaee1b3d6042e9a5283668d0ab29da53.zip
Check slots before modification
Diffstat (limited to 'RoughlyEnoughItems-default-plugin')
-rw-r--r--RoughlyEnoughItems-default-plugin/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/RoughlyEnoughItems-default-plugin/build.gradle b/RoughlyEnoughItems-default-plugin/build.gradle
index 12375b694..afc96051b 100644
--- a/RoughlyEnoughItems-default-plugin/build.gradle
+++ b/RoughlyEnoughItems-default-plugin/build.gradle
@@ -5,5 +5,5 @@ loom {
}
dependencies {
- compile project(path: ':RoughlyEnoughItems-api', configuration: 'dev')
+ compileOnly project(path: ':RoughlyEnoughItems-api', configuration: 'dev')
} \ No newline at end of file