org.adl.runtime.JsonBinding only created if --json is specified
Closed this issue · 3 comments
millergarym commented
The RT depends on org.adl.runtime.JsonBinding, but it is only created if --json is specified.
timbod7 commented
Hmmm. That's not so good. In practice I've always built with --json
. Will look at this, but is there are reason you don't want to turn on on this flag?
millergarym commented
Just teething issues on my side.
If there is no reason to run adlc java
without the --json
then why have it?
Else change it to --no-json :-).