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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists