Add Postgresql JDBC driver

This commit is contained in:
Alessandro Proto 2024-08-05 22:53:49 +02:00
parent 2fb98ef64c
commit 8019578868
2 changed files with 5 additions and 1 deletions

View file

@ -43,6 +43,8 @@ dependencies {
annotationProcessor modImplementation("io.wispforest:owo-lib:${project.owo_version}")
include "io.wispforest:owo-sentinel:${project.owo_version}"
include implementation("org.postgresql:postgresql:${project.postgresql_version}")
}

View file

@ -16,4 +16,6 @@ archives_base_name=ct-server
# Dependencies
fabric_version=0.100.8+1.21
owo_version=0.12.11+1.21
owo_version=0.12.11+1.21
postgresql_version=42.7.3