mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
revert: update sqlite library to handle armv6
This reverts commit 33a10b3f
This commit is contained in:
parent
a1ea6ec945
commit
e39a2ac6ba
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ dependencies {
|
||||||
// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494
|
// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494
|
||||||
// runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
// runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
// jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
// jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.7")
|
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.6")
|
||||||
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.7")
|
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.6")
|
||||||
|
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||||
exclude(module = "mockito-core")
|
exclude(module = "mockito-core")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue