io.freefair.github.dependency-manifest
所有者: Lars Grefer
GitHub 依赖项清单插件
https://docs.freefair.io/gradle-plugins/8.7.1/reference/
来源: https://github.com/freefair/gradle-plugins
使用 插件 DSL
plugins {
id("io.freefair.github.dependency-manifest") version "8.7.1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.freefair.gradle:github-plugin:8.7.1")
}
}
apply(plugin = "io.freefair.github.dependency-manifest")