Skip to content

Commit

Permalink
Add a missing database driver for H2
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Sep 16, 2023
1 parent 72d0d50 commit 085febc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ eternalShadow {
// configuration
library("org.mariadb.jdbc:mariadb-java-client:3.2.0")
library("org.postgresql:postgresql:42.6.0")
library("com.h2database:h2:2.2.222")
library("net.dzikoysk:cdn:1.14.4")
libraryRelocate(
"net.dzikoysk.cdn"
Expand Down

0 comments on commit 085febc

Please sign in to comment.