aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-06-08 17:38:10 +0100
committerisXander <xandersmith2008@gmail.com>2023-06-08 17:38:10 +0100
commit9331804e5b42f600b55bd42b75c0599f4a26576b (patch)
tree70ffd719e363619d83749e4c68e1294468040a7f /common
parentabb442faaebba2d2fcb86d26e473aeff312b310c (diff)
downloadYetAnotherConfigLib-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.kts3
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 {