aboutsummaryrefslogtreecommitdiff
path: root/test-fabric
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-08-15 00:16:13 +0100
committerisXander <xandersmith2008@gmail.com>2023-08-15 00:16:13 +0100
commit5523d357f35410a043e83ef4a9506c806056f392 (patch)
treee2f88e5303394165d806ceb500cbd123276df349 /test-fabric
parentb3355266572deef1a5c3e494ad162c592383e455 (diff)
downloadYetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.gz
YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.bz2
YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.zip
Added json5 to gson serializer
Diffstat (limited to 'test-fabric')
-rw-r--r--test-fabric/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-fabric/build.gradle.kts b/test-fabric/build.gradle.kts
index 5786b4a..f2145d9 100644
--- a/test-fabric/build.gradle.kts
+++ b/test-fabric/build.gradle.kts
@@ -33,6 +33,7 @@ dependencies {
implementation(libs.twelvemonkeys.imageio.core)
implementation(libs.twelvemonkeys.imageio.webp)
+ implementation(libs.bundles.quilt.parsers)
"common"(project(path = ":test-common", configuration = "namedElements")) { isTransitive = false }
implementation(project(path = ":fabric", configuration = "namedElements"))