Skip to content

Commit d2007e7

Browse files
committed
chore: remove unused test dependencies and update Java language level to 24
1 parent e0dd066 commit d2007e7

File tree

6 files changed

+1
-425
lines changed

6 files changed

+1
-425
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import dev.slne.surf.surfapi.gradle.util.slneReleases
2-
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
32

43
plugins {
54
id("dev.slne.surf.surfapi.gradle.core")
@@ -20,26 +19,6 @@ dependencies {
2019

2120
runtimeOnly(libs.sqlite)
2221
runtimeOnly(libs.mariadb)
23-
24-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
25-
testImplementation("org.junit.jupiter:junit-jupiter")
26-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
27-
testImplementation(kotlin("test"))
28-
testImplementation(kotlin("serialization"))
29-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
30-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.2")
31-
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.22")
32-
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.22")
33-
testImplementation("dev.slne.surf:surf-api-standalone:1.21.7+")
34-
}
35-
36-
tasks.test {
37-
useJUnitPlatform()
38-
testLogging {
39-
events("passed", "skipped", "failed")
40-
showStandardStreams = true
41-
exceptionFormat = TestExceptionFormat.FULL
42-
}
4322
}
4423

4524
kotlin {

src/test/kotlin/dev/slne/surf/database/database/ExternalDatabaseProviderTest.kt

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/test/kotlin/dev/slne/surf/database/database/LocalDatabaseProviderTest.kt

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/test/kotlin/dev/slne/surf/database/redis/RedisProviderTest.kt

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)