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"
|
||||
version = "0.0.1-alpha.2"
|
||||
version = "0.0.1-alpha.3"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
|
@ -24,9 +24,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.thyroxine){
|
||||
isTransitive = false
|
||||
}
|
||||
implementation(libs.thyroxine)
|
||||
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-core:2.22.1")
|
||||
|
|
Loading…
Reference in a new issue