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