This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch mpmd-304 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/mpmd-304 by this push: new b3b7b5d add selection by vendor b3b7b5d is described below commit b3b7b5df60149008076ea3da5808708f2b32cec7 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Sat Oct 3 20:04:21 2020 +0200 add selection by vendor --- src/it/MPMD-304-toolchain-support/invoker.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/MPMD-304-toolchain-support/invoker.properties b/src/it/MPMD-304-toolchain-support/invoker.properties index 482c2b0..48b2e9d 100644 --- a/src/it/MPMD-304-toolchain-support/invoker.properties +++ b/src/it/MPMD-304-toolchain-support/invoker.properties @@ -21,5 +21,5 @@ invoker.java.version = 11+ # https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml # the jdk toolchain "11:oracle" is selected in pom.xml invoker.toolchain.jdk.version = 11 -#invoker.toolchain.jdk.vendor = oracle +invoker.toolchain.jdk.vendor = oracle invoker.goals = clean verify --toolchains toolchains.xml