We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2df06d commit 658625bCopy full SHA for 658625b
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
@@ -665,7 +665,7 @@ public void execute() {
665
// use the compilerId as identifier for toolchains as well.
666
Optional<Toolchain> tc = getToolchain();
667
if (tc.isPresent()) {
668
- getLog().info("Toolchain in maven-compiler-plugin: " + tc);
+ getLog().info("Toolchain in maven-compiler-plugin: " + tc.get());
669
if (executable != null) {
670
getLog().warn("Toolchains are ignored, 'executable' parameter is set to " + executable);
671
} else {
0 commit comments