diff options
Diffstat (limited to 'RoughlyEnoughItems-default-plugin')
| -rw-r--r-- | RoughlyEnoughItems-default-plugin/build.gradle | 2 |
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 |
