Skip to content

Commit

Permalink
Merge branch 'main' into 2.12-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
engechas authored Feb 6, 2024
2 parents 5a26d2d + ae38f97 commit 3f89d41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ allprojects {
}

configurations {
ktlint
ktlint {
resolutionStrategy {
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
}
}
}

dependencies {
Expand Down

0 comments on commit 3f89d41

Please sign in to comment.