You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/03 07:20:18 UTC

[maven-compiler-plugin] branch next updated: parameter jdkToolchain states: requires at least Maven 3.3.1

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/next by this push:
     new b4b34e5  parameter jdkToolchain states: requires at least Maven 3.3.1
b4b34e5 is described below

commit b4b34e55c20a8c1f6d469ff83334ff4279792f1d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 09:19:02 2021 +0200

    parameter jdkToolchain states: requires at least Maven 3.3.1
    
    like in 757c1fad1c963e8e9532c10ee7e22849ba0f8d6c
---
 src/it/MCOMPILER-275_separate-moduleinfo/invoker.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/it/MCOMPILER-275_separate-moduleinfo/invoker.properties b/src/it/MCOMPILER-275_separate-moduleinfo/invoker.properties
index 028c62b..66f3f58 100644
--- a/src/it/MCOMPILER-275_separate-moduleinfo/invoker.properties
+++ b/src/it/MCOMPILER-275_separate-moduleinfo/invoker.properties
@@ -17,3 +17,5 @@
 
 invoker.java.version = 1.8+
 invoker.toolchain.jdk.version=1.9
+# Due to toolchain support
+invoker.maven.version = 3.3.1+
\ No newline at end of file