com.gradle.enterprise
所有者: Gradle
Develocity 为您提供数据以加速您的构建,提高构建可靠性并加快构建调试速度。
https://scans.gradle.com/plugin/
来源:https://github.com/gradle/gradle
版本 3.18(最新版)
3.18
创建于 2024 年 8 月 19 日。
警告:此插件已被“com.gradle.develocity”插件取代。有关更多详情和迁移说明,请参考 https://gradle.com/help/gradle-plugin-develocity-migration。在此版本中:[新增] 构建扫描:捕捉配置缓存未命中原因 [新增] 构建扫描:在 Build Scan 中的资源使用可观察性 兼容 scans.gradle.com 和 Develocity 2024.2 或更高版本。
在您的设置文件中使用 plugins DSL
// settings.gradle.kts
plugins {
id("com.gradle.enterprise") version "3.18"
}
在您的设置文件中使用 plugins DSL
// settings.gradle
plugins {
id "com.gradle.enterprise" version "3.18"
}