Ragequit.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user