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/08 04:59:04 UTC

[netbeans-html4j] branch master updated: Cannot build on OpenJDK8, need at least 11

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 67a7e63  Cannot build on OpenJDK8, need at least 11
67a7e63 is described below

commit 67a7e63e86c3fa25f775cf84d5c8ee7b5579674d
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 8 05:58:32 2020 +0100

    Cannot build on OpenJDK8, need at least 11
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 486f27f..2b5ff63 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"
+asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"


---------------------------------------------------------------------
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