You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/10/05 21:35:30 UTC

[netbeans-website] branch master updated: use no daemon for gradle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e143910e9 use no daemon for gradle
e143910e9 is described below

commit e143910e923305fcd3ca45ff5af00a1bb765422c
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Oct 5 23:35:26 2022 +0200

    use no daemon for gradle
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 94fff808c..2d341ad97 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -87,7 +87,7 @@ pipeline {
                 dir('master-branch/netbeans.apache.org') {
                     sh 'chmod u+x ./gradlew'
                     sh './gradlew --version'
-                    sh './gradlew clean buildSite'
+                    sh './gradlew --no-daemon clean buildSite'
                 }
             }
         }


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