From d802d9e60622aedec1d99c6b68b570b5d18733cc Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Sun, 9 Jun 2019 19:00:23 +0200 Subject: [PATCH] Fix databse stuff --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 716abf7..04f4e02 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,9 @@ dependencies { implementation 'net.dv8tion:JDA:4.ALPHA.0_88' implementation 'com.sedmelluq:lavaplayer:1.3.17' - implementation "com.h2database:h2" + runtimeOnly "com.h2database:h2" + + runtimeOnly "org.postgresql:postgresql" implementation 'org.springframework.boot:spring-boot-starter-data-jpa' kapt 'org.springframework.boot:spring-boot-configuration-processor'