We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9a08b commit 592696bCopy full SHA for 592696b
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
2
3
plugins {
4
- kotlin("jvm") version "1.9.25"
+ kotlin("jvm") version "2.1.20"
5
id("com.adarshr.test-logger") version "3.2.0"
6
id("com.diffplug.spotless") version "6.25.0"
7
}
@@ -13,6 +13,8 @@ repositories {
13
14
dependencies {
15
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
16
+ testImplementation("org.junit.platform:junit-platform-launcher:1.12.1")
17
+ testImplementation("org.junit.platform:junit-platform-runner:1.12.1")
18
testImplementation("org.amshove.kluent:kluent:1.73")
19
20
@@ -35,10 +37,6 @@ tasks.test {
35
37
36
38
39
-kotlin {
- jvmToolchain(19)
40
-}
41
-
42
spotless {
43
kotlin {
44
target("test/com/igorwojda/**/*.kt")
0 commit comments