Skip to content

Commit

Permalink
Use spigot bundled sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisawesomeness committed Feb 14, 2024
1 parent 18e7d8b commit 572169c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nh-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ repositories {
}

dependencies {
implementation 'org.xerial:sqlite-jdbc:3.39.3.0'
implementation 'org.xerial:sqlite-jdbc:3.44.1.0'
implementation 'com.google.code.gson:gson:2.8.9' // same version spigot uses
}
1 change: 1 addition & 0 deletions nh-spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repositories {
dependencies {
implementation(project(":nh-core")) {
exclude group: 'com.google.code.gson', module: 'gson'
exclude group: 'org.xerial', module: 'sqlite-jdbc'
}
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
}
Expand Down

0 comments on commit 572169c

Please sign in to comment.