plexus-compiler
plexus-compiler copied to clipboard
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.31.0 to 2.33.0. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.33.0 Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK...
Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.38.0 to 3.39.0. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...
Version of the javac compiler cannot be determined corretly when custom compiler executable is set
Hi, we are using a javac wrapper for compiling our project, its doing some stuff and delegates the compilation to javac. The wrapper is set in the 'executable' property of...
This fix the issue I had at work (#420) by ignoring the "Picked up" based on what the JDK outputs.
Hello, When `maven-compiler-plugin` is configured to fork or use a toolchains, Plexus `JavacCompiler` fails to determine correctly the Java version if there is a `JAVA_TOOL_OPTIONS` set prior, which is done...