You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to move some/all Java compiler args, e.g. "allow unknown", into the @CompiledJson annotation as options. That way, one can work with such options directly within the Java code, instead of messing with the build tools like Maven/Gradle.
With some recent upgrades of Maven/Java versions, I am running into some Maven compiler issues while trying to pass in such options as compiler args. I am still trying to figure out the exact cause of the errors but that is beside the point of this request: It'd be much nicer if such options can be done within the Java code/annotation itself.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to move some/all Java compiler args, e.g. "allow unknown", into the @CompiledJson annotation as options. That way, one can work with such options directly within the Java code, instead of messing with the build tools like Maven/Gradle.
With some recent upgrades of Maven/Java versions, I am running into some Maven compiler issues while trying to pass in such options as compiler args. I am still trying to figure out the exact cause of the errors but that is beside the point of this request: It'd be much nicer if such options can be done within the Java code/annotation itself.
Thanks!
The text was updated successfully, but these errors were encountered: