From 2a11205468dc9b5f98a1b8c5bf2dde5b5012a5f1 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 7 May 2025 20:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20gradle=20=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aes/build.properties | 4 ++-- build.gradle | 18 ++++++++++++++++-- libaes/build.properties | 4 ++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/aes/build.properties b/aes/build.properties index 2e302cb..a7d99ef 100644 --- a/aes/build.properties +++ b/aes/build.properties @@ -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 diff --git a/build.gradle b/build.gradle index 771a6e5..fd84a8f 100644 --- a/build.gradle +++ b/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/" } diff --git a/libaes/build.properties b/libaes/build.properties index 2e302cb..a7d99ef 100644 --- a/libaes/build.properties +++ b/libaes/build.properties @@ -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