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

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


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

commit 757c1fad1c963e8e9532c10ee7e22849ba0f8d6c
Author: rfscholte <[email protected]>
AuthorDate: Tue Oct 20 18:19:37 2020 +0200

    parameter jdkToolchain states: requires at least Maven 3.3.1
---
 .../multirelease-patterns/singleproject-toolchains/invoker.properties   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties 
b/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
index 193b2ad..3e89fdd 100644
--- a/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
+++ b/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
@@ -16,3 +16,5 @@
 # under the License.
 invoker.goals = verify -Pmulti-jar
 invoker.toolchain.jdk.version=1.9
+# Due to toolchain support
+invoker.maven.version = 3.3.1+

Reply via email to