From 660e2908f5f9c077b783a4f09cbbfb6d1e542f86 Mon Sep 17 00:00:00 2001 From: LaizyBoy Date: Thu, 7 May 2026 19:20:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=A0=B9build.gradle?= =?UTF-8?q?=E4=B8=AD-parameters=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E4=B8=8EJava=207=E7=9A=84=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 ----- gpsrelaysentinel/build.properties | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 3effeb8..2cbeeae 100644 --- a/build.gradle +++ b/build.gradle @@ -93,12 +93,7 @@ allprojects { } subprojects { - // 1. 对纯 Java 模块的 JavaCompile 任务配置(升级为 Java 11) tasks.withType(JavaCompile) { - options.compilerArgs << "-parameters" - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 - // 可选:确保编码一致 options.encoding = "UTF-8" } } diff --git a/gpsrelaysentinel/build.properties b/gpsrelaysentinel/build.properties index 0f99e65..a90d0d0 100644 --- a/gpsrelaysentinel/build.properties +++ b/gpsrelaysentinel/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Thu May 07 15:04:39 CST 2026 +#Thu May 07 19:19:06 CST 2026 stageCount=27 libraryProject= baseVersion=15.11 publishVersion=15.11.26 -buildCount=33 +buildCount=36 baseBetaVersion=15.11.27