Skip to content

Commit

Permalink
fix(deps): force slf4 dependency (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle authored Oct 28, 2024
1 parent 7047b45 commit 5ab3863
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ subprojects {
annotationProcessor group: "io.kestra", name: "processor", version: kestraVersion
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// Logs
compileOnly'org.slf4j:slf4j-api'
//Logs
constraints {
// Forced dependencies
api("org.slf4j:slf4j-api:2.0.16")
}
}
}

Expand Down

0 comments on commit 5ab3863

Please sign in to comment.