summaryrefslogtreecommitdiff
path: root/opendc-common/build.gradle.kts
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-15 18:26:59 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-15 18:26:59 +0100
commit86d35fcec83057e346e4982b5a6908f25342a392 (patch)
tree2a9cbd42582fc87b81e7414a78b43ead51c623aa /opendc-common/build.gradle.kts
parent213130fdca719d9dc7f29fe7c11acde40e4f964e (diff)
feat: opendc -> postgresql connection worksHEADmaster
Diffstat (limited to 'opendc-common/build.gradle.kts')
-rw-r--r--opendc-common/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-common/build.gradle.kts b/opendc-common/build.gradle.kts
index aeb9bc4d..0094730b 100644
--- a/opendc-common/build.gradle.kts
+++ b/opendc-common/build.gradle.kts
@@ -32,6 +32,10 @@ plugins {
val serializationVersion = "1.6.0"
dependencies {
+
+ //@Mateusz: for the postgresql database
+ implementation("org.postgresql:postgresql:42.7.10")
+
api(libs.kotlinx.coroutines)
implementation(libs.kotlin.logging)
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")