[serde-gson] Support for Gson readers and writers
This commit is contained in:
@@ -10,6 +10,7 @@ include("tweed5-naming-format")
|
||||
include("tweed5-patchwork")
|
||||
include("tweed5-serde-api")
|
||||
include("tweed5-serde-extension")
|
||||
include("tweed5-serde-gson")
|
||||
include("tweed5-serde-hjson")
|
||||
include("tweed5-serde-jackson")
|
||||
include("tweed5-type-utils")
|
||||
@@ -21,6 +22,9 @@ include("tweed5-weaver-pojo-validation-extension")
|
||||
|
||||
includeAs("minecraft:tweed5-bundle", "minecraft/tweed5-bundle")
|
||||
|
||||
includeAs("generic-test-utils", "test-utils/generic")
|
||||
includeAs("serde-json-test-utils", "test-utils/serde-json")
|
||||
|
||||
fun includeAs(name: String, path: String) {
|
||||
include(name)
|
||||
project(":$name").projectDir = file(path)
|
||||
|
||||
Reference in New Issue
Block a user