Ragequit.

This commit is contained in:
2026-05-13 23:51:00 +03:00
parent efa3cb63b9
commit 547a77d52a
25 changed files with 425 additions and 156 deletions
+7
View File
@@ -20,6 +20,11 @@ shadowJar {
}
}
task DMkt(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
mainClass = 'database.DatabaseManagerKt'
}
dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0'
@@ -28,6 +33,7 @@ dependencies {
implementation "io.github.oshai:kotlin-logging-jvm:7.0.3"
implementation "org.slf4j:slf4j-api:2.0.13"
implementation "ch.qos.logback:logback-classic:1.5.20"
implementation "io.fusionauth:fusionauth-jwt:6.0.0"
// oh my gawd
implementation "org.jetbrains.exposed:exposed-core:1.2.0"
@@ -38,6 +44,7 @@ dependencies {
implementation "com.zaxxer:HikariCP:4.0.3"
implementation project(':common')
implementation "org.jetbrains.kotlin:kotlin-test:2.2.0"
}
kotlin {