From e6c8d55feaee1b3d6042e9a5283668d0ab29da53 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 20 Jul 2024 18:39:18 +0900 Subject: Check slots before modification --- RoughlyEnoughItems-default-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RoughlyEnoughItems-default-plugin') 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 -- cgit