You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/22 05:27:09 UTC

[04/50] [abbrv] incubator-weex git commit: * [android] fix sdk build script for license check

* [android] fix sdk build script for license check


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6371b3a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6371b3a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/6371b3a1

Branch: refs/heads/dev
Commit: 6371b3a1b88e8b176f16c850c4a7d100113ad6a1
Parents: d26c46f
Author: sospartan <so...@apache.org>
Authored: Thu Jun 15 10:41:37 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Thu Jun 15 10:41:37 2017 +0800

----------------------------------------------------------------------
 android/sdk/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6371b3a1/android/sdk/build.gradle
----------------------------------------------------------------------
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index c38fb5e..5131a4f 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -153,7 +153,7 @@ dependencies {
     testCompile "org.robolectric:shadows-httpclient:3.3.2"
     testCompile 'org.json:json:20160212'
 }
-if(new File('../license/LICENSE').exists()){
+if(file('../license/LICENSE').exists()){
     license {
         header = file('../license/LICENSE')
         excludes(["com/taobao/weex/dom/flex/*.java"])