1
0
Fork 0

Add SQLite as dependency

This commit is contained in:
Ryan Fox 2020-08-10 00:43:35 +00:00
parent edd3cc8689
commit 93f546a5ce
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 2 additions and 0 deletions

View File

@ -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 {