Skip to content

Commit 2104b7f

Browse files
committed
avoid warnings
1 parent 88793d8 commit 2104b7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
3838
mockk = "io.mockk:mockk:1.13.17"
3939

4040
[bundles]
41-
jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]
42-
kotest = ["kotest-runner", "kotest-datatest", "mockk"]
41+
#jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]
42+
#kotest = ["kotest-runner", "kotest-datatest", "mockk"]
4343

4444
[plugins]
45-
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
45+
#kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
4646
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
4747
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
4848
sonar = { id = "org.sonarqube", version = "6.0.1.5171" }

0 commit comments

Comments
 (0)