Add Postgresql JDBC driver
This commit is contained in:
parent
2fb98ef64c
commit
8019578868
2 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,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}")
|
||||
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
|
@ -17,3 +17,5 @@ archives_base_name=ct-server
|
|||
fabric_version=0.100.8+1.21
|
||||
|
||||
owo_version=0.12.11+1.21
|
||||
|
||||
postgresql_version=42.7.3
|
Loading…
Reference in a new issue