aboutsummaryrefslogtreecommitdiff
path: root/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 /fabric
parentb3355266572deef1a5c3e494ad162c592383e455 (diff)
downloadYetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.gz
YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.bz2
YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.zip
Added json5 to gson serializer
Diffstat (limited to 'fabric')
-rw-r--r--fabric/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts
index bee77d4..de256bd 100644
--- a/fabric/build.gradle.kts
+++ b/fabric/build.gradle.kts
@@ -44,6 +44,10 @@ dependencies {
implementation(it)
include(it)
}
+ libs.bundles.quilt.parsers.let {
+ implementation(it)
+ include(it)
+ }
"common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false }
"shadowCommon"(project(path = ":common", configuration = "transformProductionFabric")) { isTransitive = false }