diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-07-20 18:39:18 +0900 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-07-22 18:52:22 +0900 |
| commit | e6c8d55feaee1b3d6042e9a5283668d0ab29da53 (patch) | |
| tree | 9d7ad8fb053b5ab5c96de21c33c9f34d59cc310a /RoughlyEnoughItems-default-plugin | |
| parent | cd45e2d3a28d44fb52dbdc0eb5b730ecf1ee1133 (diff) | |
| download | RoughlyEnoughItems-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.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 |
