net.wooga.cve-dependency-resolution
所有者: Manne Endres
为已知CVE报告设置解决方案策略
https://wooga.github.io/atlas-security-version-resolution/
源: https://github.com/wooga/atlas-security-version-resolution
使用插件DSL
plugins {
id("net.wooga.cve-dependency-resolution") version "0.5.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("net.wooga.gradle:cve-dependency-resolution:0.5.0")
}
}
apply(plugin = "net.wooga.cve-dependency-resolution")