Skip to content

Commit

Permalink
perf: downgrade sqlite-jdbc from 3.47.1.0 to 3.46.1.3
Browse files Browse the repository at this point in the history
Closes: #1823
  • Loading branch information
gotson committed Jan 14, 2025
1 parent 51416c5 commit b0d9b88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ val kaptBenchmark by configurations.getting {
extendsFrom(configurations.kaptTest.get())
}

configurations {
configureEach {
resolutionStrategy {
// https://github.com/gotson/komga/issues/1823
force("org.xerial:sqlite-jdbc:3.46.1.3")
}
}
}

dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
Expand Down

0 comments on commit b0d9b88

Please sign in to comment.