Commit 48b939ed authored by Dickens Hu's avatar Dickens Hu

weex remote depandency

parent 1b778229
...@@ -106,6 +106,6 @@ dependencies { ...@@ -106,6 +106,6 @@ dependencies {
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
//基础库 //基础库
compile project(':nexus') compile 'com.gsst.mobile:gsst-weex-base-plugin:0.0.03-SNAPSHOT'
compile project(':wxframework') compile 'com.gsst.mobile:gsst-weex-base-library:0.0.03-SNAPSHOT'
} }
...@@ -34,6 +34,7 @@ subprojects { ...@@ -34,6 +34,7 @@ subprojects {
repositories { repositories {
google() google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://192.168.12.122:8090/nexus/repository/maven-snapshots/' }
} }
buildscript { buildscript {
repositories { repositories {
......
include ':app',':sdk',':nexus', ':wxframework' include ':app'
// 基础库
project(':wxframework').projectDir = new File(settingsDir,'/wxframework/eros-framework')
project(':sdk').projectDir = new File(settingsDir,'/nexus/sdk')
project(':nexus').projectDir = new File(settingsDir,'/nexus/nexus')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment