You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by he...@apache.org on 2020/10/09 13:19:16 UTC

[netbeans-website] branch master updated: Fix build task

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

hectorespert 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 2742a10  Fix build task
     new 7c0a2d7  Merge pull request #492 from hectorespert/fix_build
2742a10 is described below

commit 2742a10c10bf6c23682e830971cdb6d68fd9a6df
Author: Hector Espert <he...@gmail.com>
AuthorDate: Fri Oct 9 15:16:44 2020 +0200

    Fix build task
---
 netbeans.apache.org/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/build.gradle b/netbeans.apache.org/build.gradle
index e3787bc..7ddf37b 100644
--- a/netbeans.apache.org/build.gradle
+++ b/netbeans.apache.org/build.gradle
@@ -223,6 +223,8 @@ task buildSite(dependsOn: ["preprocessContent", "bake"],
 
 }
 
+build.dependsOn buildSite
+
 task run(type: JavaExec, group: "Run") {
     
     def wDir = new File(buildDir, "tomcat")


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