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
commit be8540f8b36f1bdca4cbf3d11aa6c45c7ecf4a56 Author: Andreas Dangel <[email protected]> AuthorDate: Fri Oct 2 19:36:16 2020 +0200 fix toolchains url --- 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 fafc7c8..4ac4e65 100644 --- a/src/it/MPMD-304-toolchain-support/invoker.properties +++ b/src/it/MPMD-304-toolchain-support/invoker.properties @@ -18,7 +18,7 @@ invoker.java.version = 1.8+ # available toolchains: -# https://gitbox.apache.org/repos/asf?p=infrastructure-puppet.git;a=blob;f=modules/build_slaves/files/toolchains.xml;h=4cff2a01b776e157c45a988fefee7b7083fde2a5;hb=HEAD +# 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
