Relative Content

Tag Archive for maven-pluginjava-17illegalaccessexceptiongoogle-java-formatillegalaccesserror

How Can I Use Google JavaFormat with Java 17 in Maven Plugin Project

A few years ago I created a maven plugin project which takes a given input and generates a series of Java source files which are formatted upon output using the google-java-format library. I’m trying to upgrade this project to Java 17, but I’m having trouble with the IllegalAccessError that occurs because of the changes in core library access in Java 17: