Merge upstream Changes #2

Open
KainTim wants to merge 9 commits from realBritakee/main into main
Showing only changes of commit b0d6afbd4c - Show all commits

View File

@@ -52,10 +52,8 @@ dependencies {
if (hasHytaleHome) {
runtimeOnly(files("$hytaleHome/install/$patchline/package/game/latest/Server/HytaleServer.jar"))
}
implementation('org.xerial:sqlite-jdbc:3.51.1.0')
implementation('com.j256.ormlite:ormlite-jdbc:6.1')
implementation('org.postgresql:postgresql:42.7.3')
implementation('com.mysql:mysql-connector-j:9.1.0')
// Your dependencies here
}
repositories {