remove transitive rule for thyroxine
Some checks failed
Publish to snapshot maven / build (push) Failing after 18s
Some checks failed
Publish to snapshot maven / build (push) Failing after 18s
This commit is contained in:
parent
b53d8b5748
commit
ab5a7c4d30
|
@ -7,7 +7,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.frogmc"
|
group = "dev.frogmc"
|
||||||
version = "0.0.1-alpha.2"
|
version = "0.0.1-alpha.3"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
@ -24,9 +24,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.thyroxine){
|
implementation(libs.thyroxine)
|
||||||
isTransitive = false
|
|
||||||
}
|
|
||||||
compileOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1")
|
compileOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1")
|
||||||
compileOnly("org.apache.logging.log4j:log4j-api:2.22.1")
|
compileOnly("org.apache.logging.log4j:log4j-api:2.22.1")
|
||||||
compileOnly("org.apache.logging.log4j:log4j-core:2.22.1")
|
compileOnly("org.apache.logging.log4j:log4j-core:2.22.1")
|
||||||
|
|
Loading…
Reference in a new issue