6.7.0 - Alpha6 - 使用 Toolchain 替代 sourceCompatibility/targetCompatibility 以降低构建环境差异
This commit is contained in:
@@ -509,6 +509,7 @@ pluginManagement {
|
||||
Classpath(id = "org.apache.commons:commons-compress", version = "toml:commons-compress"),
|
||||
Classpath(id = "org.tukaani:xz", version = "toml:xz"),
|
||||
Plugin(id = "com.google.devtools.ksp", version = overriddenKspVersion ?: "auto:ksp"),
|
||||
Plugin(id = "org.gradle.toolchains.foojay-resolver-convention", version = "toml:foojay-resolver-convention"),
|
||||
)
|
||||
|
||||
// @AnchorBegin KSP_VERSION_MAP
|
||||
@@ -987,3 +988,10 @@ pluginManagement {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
plugins {
|
||||
// @Hint by SuperMonster003 on Sep 14, 2025.
|
||||
// ! Enable JDK auto-resolution/download capability for build modules.
|
||||
// ! zh-CN: 让构建模块具备 JDK 自动解析/下载能力.
|
||||
id("org.gradle.toolchains.foojay-resolver-convention")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user