Moved to built in webserver because javalin forced me to add kotlin as a dependancy
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
parent
739247ebf1
commit
d6c69fad21
3 changed files with 42 additions and 18 deletions
|
@ -28,8 +28,7 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
implementation "org.xerial:sqlite-jdbc:${project.sqlite_jdbc_version}"
|
||||
implementation "io.javalin:javalin:${project.javalin_version}"
|
||||
|
||||
include "org.xerial:sqlite-jdbc:${project.sqlite_jdbc_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue