appbase 合并 winboll
This commit is contained in:
19
build.gradle
19
build.gradle
@@ -25,7 +25,14 @@ buildscript {
|
||||
//mavenLocal()
|
||||
|
||||
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||
//maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||
maven {
|
||||
url 'sftp://studio@winboll.cc:2222//winboll/spare-maven/repository/'
|
||||
credentials {
|
||||
username 'studio'
|
||||
password 'winbollstudio'
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
|
||||
@@ -40,7 +47,6 @@ allprojects {
|
||||
// 设置本地Maven仓库路径
|
||||
url 'file:///sdcard/.m2/repository/'
|
||||
}
|
||||
|
||||
// Nexus Maven 库地址
|
||||
// "WinBoLL Release"
|
||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||
@@ -61,7 +67,14 @@ allprojects {
|
||||
//mavenLocal()
|
||||
|
||||
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||
//maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||
maven {
|
||||
url 'sftp://studio@winboll.cc:2222//winboll/spare-maven/repository/'
|
||||
credentials {
|
||||
username 'studio'
|
||||
password 'winbollstudio'
|
||||
}
|
||||
}
|
||||
}
|
||||
ext {
|
||||
// 定义全局变量,常用于版本管理
|
||||
|
||||
Reference in New Issue
Block a user