diff options
Diffstat (limited to 'examples/01-struct')
| -rw-r--r-- | examples/01-struct/hobgoblin.json5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5 index 0967ef4..b6bb102 100644 --- a/examples/01-struct/hobgoblin.json5 +++ b/examples/01-struct/hobgoblin.json5 @@ -1 +1,9 @@ -{} +{ + "outputs": [ + { + "generator": "java-types", + "path": "output/java/src/gen/java", + "package-name": "org.zwobble.example.types" + }, + ], +} |
