You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/07/25 02:13:30 UTC

[4/4] incubator-quarks git commit: add war dependency

add war dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/1153aad6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/1153aad6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/1153aad6

Branch: refs/heads/master
Commit: 1153aad6f4339eead87aebb470f55c122f195908
Parents: 8a2aecc
Author: Cazen Lee <ca...@apache.org>
Authored: Sun Jul 24 22:57:25 2016 +0900
Committer: Cazen Lee <ca...@apache.org>
Committed: Sun Jul 24 22:57:25 2016 +0900

----------------------------------------------------------------------
 console/servlets/build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/1153aad6/console/servlets/build.gradle
----------------------------------------------------------------------
diff --git a/console/servlets/build.gradle b/console/servlets/build.gradle
index 724e52d..58c2374 100644
--- a/console/servlets/build.gradle
+++ b/console/servlets/build.gradle
@@ -34,3 +34,5 @@ war {
   }
   webXml = file('webapp_content/WEB-INF/console.xml')
 }
+
+testClasses.dependsOn war