You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2020/10/03 17:17:40 UTC

[maven-pmd-plugin] branch mpmd-304 updated: enable toolchain selection in invoker

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 21dbc90  enable toolchain selection in invoker
21dbc90 is described below

commit 21dbc90d0f47b69bdc1796e7883b2383664cd169
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Sat Oct 3 19:14:31 2020 +0200

    enable toolchain selection in invoker
---
 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 fc10247..482c2b0 100644
--- a/src/it/MPMD-304-toolchain-support/invoker.properties
+++ b/src/it/MPMD-304-toolchain-support/invoker.properties
@@ -20,6 +20,6 @@ invoker.java.version = 11+
 # available toolchains:
 # 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.version = 11
 #invoker.toolchain.jdk.vendor = oracle
 invoker.goals = clean verify --toolchains toolchains.xml