Add SQLite as dependency
This commit is contained in:
parent
edd3cc8689
commit
93f546a5ce
@ -12,8 +12,10 @@ dependencies {
|
||||
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modCompile "org.json:json:20200518"
|
||||
modCompile "org.xerial:sqlite-jdbc:3.32.3.2"
|
||||
modImplementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||
include "org.json:json:20200518"
|
||||
include "org.xerial:sqlite-jdbc:3.32.3.2"
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
Reference in New Issue
Block a user