diff options
author | isXander <xandersmith2008@gmail.com> | 2023-06-08 17:38:10 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-06-08 17:38:10 +0100 |
commit | 9331804e5b42f600b55bd42b75c0599f4a26576b (patch) | |
tree | 70ffd719e363619d83749e4c68e1294468040a7f /common | |
parent | abb442faaebba2d2fcb86d26e473aeff312b310c (diff) | |
download | YetAnotherConfigLib-9331804e5b42f600b55bd42b75c0599f4a26576b.tar.gz YetAnotherConfigLib-9331804e5b42f600b55bd42b75c0599f4a26576b.tar.bz2 YetAnotherConfigLib-9331804e5b42f600b55bd42b75c0599f4a26576b.zip |
Fix loading images in prod
Diffstat (limited to 'common')
-rw-r--r-- | common/build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 405755a..7d5ece7 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -27,8 +27,7 @@ dependencies { }) modImplementation(libs.fabric.loader) - implementation(libs.twelvemonkeys.imageio.core) - implementation(libs.twelvemonkeys.imageio.webp) + implementation(libs.bundles.twelvemonkeys.imageio) } java { |