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

kyork pushed a commit to branch release/0.28
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.28 by this push:
     new ae3c0e8  Update build.gradle
ae3c0e8 is described below

commit ae3c0e83d4614b54536ed4d1f0fe8b139d8232ba
Author: YorkShen <[email protected]>
AuthorDate: Tue Oct 15 11:49:28 2019 +0800

    Update build.gradle
---
 android/sdk/build.gradle                 | 3 ++-
 android/sdk/buildSrc/download_jsc.gradle | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index ecd1182..5e73b35 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -283,4 +283,5 @@ task weex_core_license(type: 
com.hierynomus.gradle.license.tasks.LicenseFormat)
                      'Source/include/JavaScriptCore/**/*.cpp'])
 }
 
-preBuild.dependsOn licenseFormat
\ No newline at end of file
+preBuild.dependsOn licenseFormat, copyJSCHeaderToWeexCore
+clean.dependsOn cleanCopyJSCHeaderToWeexCore
\ No newline at end of file
diff --git a/android/sdk/buildSrc/download_jsc.gradle 
b/android/sdk/buildSrc/download_jsc.gradle
index a83fafe..29d6486 100644
--- a/android/sdk/buildSrc/download_jsc.gradle
+++ b/android/sdk/buildSrc/download_jsc.gradle
@@ -84,5 +84,5 @@ task copyJSCHeaderToWeexCore(type: Copy, dependsOn: unzipJSC) 
{
     outputs.upToDateWhen {false}
 }
 
-preBuild.dependsOn copyJscToJniDir, copyJSCHeaderToWeexCore
-clean.dependsOn cleanCopyJscToJniDir, cleanCopyJSCHeaderToWeexCore
\ No newline at end of file
+preBuild.dependsOn copyJscToJniDir
+clean.dependsOn cleanCopyJscToJniDir
\ No newline at end of file

Reply via email to