Skip to content

Commit

Permalink
修改demo maven仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
raotao committed Oct 26, 2022
1 parent 19447f1 commit a71dba2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 30 deletions.
10 changes: 4 additions & 6 deletions replugin-sample/host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
buildscript {
{ p, cfg = "rp-config.gradle" -> if (new File(p, cfg).exists()) apply from: "${p}/${cfg}" else if (p.exists()) call(p.parentFile) }(buildscript.sourceFile.parentFile)
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven {url "https://maven.google.com"}
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
Expand All @@ -29,10 +28,9 @@ buildscript {

allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
}

Expand Down
10 changes: 4 additions & 6 deletions replugin-sample/plugin/plugin-demo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
buildscript {
{ p, cfg = "rp-config.gradle" -> if (new File(p, cfg).exists()) apply from: "${p}/${cfg}" else if (p.exists()) call(p.parentFile) }(buildscript.sourceFile.parentFile)
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
Expand All @@ -29,10 +28,9 @@ buildscript {

allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
}

Expand Down
10 changes: 4 additions & 6 deletions replugin-sample/plugin/plugin-demo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
buildscript {
{ p, cfg = "rp-config.gradle" -> if (new File(p, cfg).exists()) apply from: "${p}/${cfg}" else if (p.exists()) call(p.parentFile) }(buildscript.sourceFile.parentFile)
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
Expand All @@ -29,10 +28,9 @@ buildscript {

allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
}

Expand Down
10 changes: 4 additions & 6 deletions replugin-sample/plugin/plugin-demo3-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ buildscript {
{ p, cfg = "rp-config.gradle" -> if (new File(p, cfg).exists()) apply from: "${p}/${cfg}" else if (p.exists()) call(p.parentFile) }(buildscript.sourceFile.parentFile)
ext.kotlin_version = '1.3.72'
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
Expand All @@ -31,10 +30,9 @@ buildscript {

allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
}

Expand Down
10 changes: 4 additions & 6 deletions replugin-sample/plugin/plugin-webview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
buildscript {
{ p, cfg = "rp-config.gradle" -> if (new File(p, cfg).exists()) apply from: "${p}/${cfg}" else if (p.exists()) call(p.parentFile) }(buildscript.sourceFile.parentFile)
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
Expand All @@ -29,10 +28,9 @@ buildscript {

allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://maven.google.com" }
maven {url "http://maven.geelib.360.cn/nexus/repository/replugin/"}
}
}

Expand Down

0 comments on commit a71dba2

Please sign in to comment.