mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Verify plugin config before starting plugin
Fix issue with SLF4J in plugins
This commit is contained in:
@@ -10,11 +10,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// PF4J (shared)
|
||||
api("org.pf4j:pf4j:${rootProject.extra["pf4jVersion"]}") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
|
||||
api("org.slf4j:slf4j-api:2.0.16")
|
||||
api("org.pf4j:pf4j:${rootProject.extra["pf4jVersion"]}")
|
||||
|
||||
implementation(kotlin("stdlib"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user