6.6.3 - Alpha5 - 修复 Gradle 构建脚本可能因获取到无效库档案文件长度而导致构建失败的问题 (issue #389)

This commit is contained in:
SuperMonster003
2025-05-18 20:23:16 +08:00
parent 676dde9632
commit 4c7ba32646
4 changed files with 33 additions and 15 deletions

View File

@@ -204,8 +204,8 @@ pluginManagement {
/* Print concerned info by `System.getProperties()`. */
val isShowConcernedSystemProperties = true
val isCleanupPaddleOcr = false
val isCleanupRapidOcr = false
val isCleanupPaddleOcr = true
val isCleanupRapidOcr = true
val fallbackAgpVersion = "7.4.2"
val fallbackKotlinVersion = "1.7.10"