I want to shade javac classes to allow for the the usage of internal files without explicitly requiring them to be exported. This is so that my annotation processor can do lombok type of stuff without needing jvm flags like right now.
I’ve tried the gradle shadowJar with relocate but that doesn’t let me type cast.
New contributor
phoenix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.