From 7ecc00c036ae9380bafa80060dc35756195e9c1a Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 2 Jul 2026 10:56:36 +0100 Subject: Split native type example to example with/without custom config --- examples/06-custom-code/hobgoblin.json5 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/06-custom-code/hobgoblin.json5 (limited to 'examples/06-custom-code/hobgoblin.json5') diff --git a/examples/06-custom-code/hobgoblin.json5 b/examples/06-custom-code/hobgoblin.json5 new file mode 100644 index 0000000..19cd31b --- /dev/null +++ b/examples/06-custom-code/hobgoblin.json5 @@ -0,0 +1,9 @@ +{ + outputs: [ + { + generator: "java-types", + path: "output/java/src/main/java", + packageName: "org.zwobble.example.types" + }, + ], +} -- cgit v1.2.3