io.github.usefulness.maven-sympathy
所有者: Mateusz Kwieciński
Gradle插件,确保一级依赖项选择与其请求相同的版本。
https://github.com/usefulness/maven-sympathy
来源: https://github.com/usefulness/maven-sympathy
使用 插件DSL
plugins {
id("io.github.usefulness.maven-sympathy") version "0.3.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.usefulness:maven-sympathy:0.3.0")
}
}
apply(plugin = "io.github.usefulness.maven-sympathy")