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 <[email protected]>
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: [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