dependencies: sl4j-api is an explicit dependency solving resolution of slf4j parts in different versions, "Implementation-Version" added to shadowJar manifest, shadowJar minimization will not remove logging support
This commit is contained in:
committed by
Edwin Jakobs
parent
c340edab96
commit
29a0cbdd75
@@ -22,6 +22,7 @@ dependencyResolutionManagement {
|
||||
library("kotlin-script-runtime", "org.jetbrains.kotlin", "kotlin-script-runtime").versionRef("kotlin")
|
||||
|
||||
version("slf4j", "1.7.36")
|
||||
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef("slf4j")
|
||||
library("slf4j-nop", "org.slf4j", "slf4j-nop").versionRef("slf4j")
|
||||
library("slf4j-simple", "org.slf4j", "slf4j-simple").versionRef("slf4j")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user