Fix multi-threading, add Query interface, java test
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.0-RC2"
|
||||
kotlin("jvm") version "1.9.23"
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "1.0-SNAPSHOT"
|
||||
version = "1.0.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -16,6 +16,7 @@ dependencies {
|
||||
tasks.test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user