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

weex remote depandency

parent 1b778229
......@@ -106,6 +106,6 @@ dependencies {
testCompile 'junit:junit:4.12'
//基础库
compile project(':nexus')
compile project(':wxframework')
compile 'com.gsst.mobile:gsst-weex-base-plugin:0.0.03-SNAPSHOT'
compile 'com.gsst.mobile:gsst-weex-base-library:0.0.03-SNAPSHOT'
}
......@@ -34,6 +34,7 @@ subprojects {
repositories {
google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://192.168.12.122:8090/nexus/repository/maven-snapshots/' }
}
buildscript {
repositories {
......
include ':app',':sdk',':nexus', ':wxframework'
// 基础库
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')
include ':app'
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