ValarieR
08/24/2022, 8:34 PMmvn install package -DskipTests -Pbin-dist
, and after asking around for help, was told to remove the ~/.m2/settings.xml
configuration. After doing so, I ran into the following error, and am kind of at a loss:
[INFO] Pinot Service Provider Interface ................... FAILURE [ 0.570 s]
[ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check (default) on project pinot-spi: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check failed: java.lang.reflect.InvocationTargetException: class com.google.googlejavaformat.java.RemoveUnusedImports (in unnamed module @0x3ba015b1) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x3ba015b1 -> [Help 1]
Has anyone seen this before?Mayank
Haitao Zhang
08/24/2022, 10:35 PMValarieR
08/25/2022, 3:27 PMHaitao Zhang
08/25/2022, 6:22 PMmvn clean
solved the problemMayank