This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch JDKDEFAULTS in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
commit 2d619bb70f055bbe9884d09e9491bccc672e7e6d Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Mar 21 21:41:39 2020 +0100 Using JDK defaults instead of special ones. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b21831c..09ac70f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild(jdks:['7','8','11','12']) +asfMavenTlpStdBuild()