From 0a993ccb9bb423392f22565e86cdcf68ea6b22a4 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 12 May 2025 18:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=20Gradle=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=97=B6=E7=9A=84=E6=9C=AC=E5=9C=B0=20Maven=20?= =?UTF-8?q?=E5=BA=93=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aes/build.properties | 4 ++-- build.gradle | 25 +++++++++++++++++-------- libaes/build.properties | 4 ++-- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/aes/build.properties b/aes/build.properties index a7d99ef..88c8517 100644 --- a/aes/build.properties +++ b/aes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed May 07 11:59:55 GMT 2025 +#Mon May 12 09:58:02 GMT 2025 stageCount=1 libraryProject=libaes baseVersion=15.6 publishVersion=15.6.0 -buildCount=12 +buildCount=33 baseBetaVersion=15.6.1 diff --git a/build.gradle b/build.gradle index 71a1fae..5b577c8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { + mavenLocal { + // 设置本地Maven仓库路径 + url 'file:///sdcard/.m2/repository/' + } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -15,10 +19,10 @@ buildscript { maven { url "https://jitpack.io" } mavenCentral() google() - println "mavenLocal : ===========" - println mavenLocal().url - println "mavenLocal : ===========" - mavenLocal() + //println "mavenLocal : ===========" + //println mavenLocal().url + //println "mavenLocal : ===========" + //mavenLocal() // WinBoLL.CC 紧急备用 Maven 仓库 maven { url 'https://spare-maven.winboll.cc/repository/' } @@ -32,6 +36,11 @@ buildscript { allprojects { repositories { + mavenLocal { + // 设置本地Maven仓库路径 + url 'file:///sdcard/.m2/repository/' + } + // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -46,10 +55,10 @@ allprojects { maven { url "https://jitpack.io" } mavenCentral() google() - println "mavenLocal : ===========" - println mavenLocal().url - println "mavenLocal : ===========" - mavenLocal() + //println "mavenLocal : ===========" + //println mavenLocal().url + //println "mavenLocal : ===========" + //mavenLocal() // WinBoLL.CC 紧急备用 Maven 仓库 maven { url 'https://spare-maven.winboll.cc/repository/' } diff --git a/libaes/build.properties b/libaes/build.properties index a7d99ef..88c8517 100644 --- a/libaes/build.properties +++ b/libaes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed May 07 11:59:55 GMT 2025 +#Mon May 12 09:58:02 GMT 2025 stageCount=1 libraryProject=libaes baseVersion=15.6 publishVersion=15.6.0 -buildCount=12 +buildCount=33 baseBetaVersion=15.6.1