You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/12/29 10:32:41 UTC

[netbeans-html4j] branch master updated: Need JDK15 to generate the Javadoc

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 41676a5  Need JDK15 to generate the Javadoc
41676a5 is described below

commit 41676a53b09de62cbfc995f339764150a4f0c8a3
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 29 11:32:30 2020 +0100

    Need JDK15 to generate the Javadoc
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 78cb91b..63fa23d 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean -DskipTests javadoc:aggregate site:jar install"
+asfStandardBuild jdk:"jdk_15_latest",xvfb:true,cmdline:"clean -DskipTests javadoc:aggregate site:jar install"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists