添加 gradle 调试码
This commit is contained in:
parent
bb9f46373a
commit
2a11205468
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 04 06:42:28 GMT 2025
|
||||
#Wed May 07 11:59:55 GMT 2025
|
||||
stageCount=1
|
||||
libraryProject=libaes
|
||||
baseVersion=15.6
|
||||
publishVersion=15.6.0
|
||||
buildCount=10
|
||||
buildCount=12
|
||||
baseBetaVersion=15.6.1
|
||||
|
18
build.gradle
18
build.gradle
@ -1,8 +1,15 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
repositories {
|
||||
//本地 maven 库
|
||||
// 本地 Maven 仓库(默认路径为 ~/.m2/repository)
|
||||
println "mavenLocal : ==========="
|
||||
println mavenLocal().url
|
||||
println "mavenLocal : ==========="
|
||||
mavenLocal()
|
||||
|
||||
// 或自定义本地仓库路径
|
||||
maven { url "file:///sdcard/.aide/maven/" }
|
||||
|
||||
// Nexus Maven 库地址
|
||||
// "WinBoLL Release"
|
||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||
@ -28,8 +35,15 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
//本地 maven 库
|
||||
// 本地 Maven 仓库(默认路径为 ~/.m2/repository)
|
||||
println "mavenLocal : ==========="
|
||||
println mavenLocal().url
|
||||
println "mavenLocal : ==========="
|
||||
mavenLocal()
|
||||
|
||||
// 或自定义本地仓库路径
|
||||
maven { url "file:///sdcard/.aide/maven/" }
|
||||
|
||||
// Nexus Maven 库地址
|
||||
// "WinBoLL Release"
|
||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 04 06:42:28 GMT 2025
|
||||
#Wed May 07 11:59:55 GMT 2025
|
||||
stageCount=1
|
||||
libraryProject=libaes
|
||||
baseVersion=15.6
|
||||
publishVersion=15.6.0
|
||||
buildCount=10
|
||||
buildCount=12
|
||||
baseBetaVersion=15.6.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user