This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch stabilize in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/stabilize by this push: new ccfeefd parameter jdkToolchain states: requires at least Maven 3.3.1 ccfeefd is described below commit ccfeefd4a099caf6a40ad0c85b6f35b64acf9741 Author: rfscholte <rfscho...@apache.org> AuthorDate: Mon Oct 19 20:59:56 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+