com.autonomousapps.no-log4shell-settings
所有者: Tony Robalik
防止在您的项目中解析出有漏洞的 log4j 版本
https://github.com/autonomousapps/no-log4shell
资源: https://github.com/autonomousapps/no-log4shell
版本 0.3 (最新版)
0.3
创建于 2021 年 12 月 17 日。
防止在您的项目中解析出有漏洞的 log4j 版本
使用 插件 DSL
plugins {
id("com.autonomousapps.no-log4shell-settings") version "0.3"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.autonomousapps:no-log4shell:0.3")
}
}
apply(plugin = "com.autonomousapps.no-log4shell-settings")