This is an automated email from the ASF dual-hosted git repository.
yaniv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git
The following commit(s) were added to refs/heads/master by this push:
new 150ceda Update build.gradle
150ceda is described below
commit 150cedaf2d1dae6725afff6f3c0fb9d5f7dc3cce
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Wed Jun 12 23:07:17 2019 +1000
Update build.gradle
---
frameworks/spark/runtime/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frameworks/spark/runtime/build.gradle
b/frameworks/spark/runtime/build.gradle
index 7371ee3..3bfd7d4 100644
--- a/frameworks/spark/runtime/build.gradle
+++ b/frameworks/spark/runtime/build.gradle
@@ -81,7 +81,7 @@ test {
}
task copyToHome(type: Copy) {
- dependsOn shadowJar
+ dependsOn jar
from 'build/libs'
into '../../../build/amaterasu/dist'
from 'build/resources/main'