diff options
| author | isXander <xandersmith2008@gmail.com> | 2023-08-15 00:16:13 +0100 |
|---|---|---|
| committer | isXander <xandersmith2008@gmail.com> | 2023-08-15 00:16:13 +0100 |
| commit | 5523d357f35410a043e83ef4a9506c806056f392 (patch) | |
| tree | e2f88e5303394165d806ceb500cbd123276df349 /test-fabric | |
| parent | b3355266572deef1a5c3e494ad162c592383e455 (diff) | |
| download | YetAnotherConfigLib-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.kts | 1 |
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")) |
