nl.littlerobots.version-catalog-update
所有者: 胡戈·维斯泽尔
提供用于格式化和更新版本目录文件以带有最新依赖版本的任务。
https://github.com/littlerobots/version-catalog-update-plugin
源代码: https://github.com/littlerobots/version-catalog-update-plugin.git
使用 插件DSL
plugins {
id("nl.littlerobots.version-catalog-update") version "0.8.4"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("nl.littlerobots.vcu:plugin:0.8.4")
}
}
apply(plugin = "nl.littlerobots.version-catalog-update")