File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
38
38
mockk = " io.mockk:mockk:1.13.17"
39
39
40
40
[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"]
43
43
44
44
[plugins ]
45
- kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
45
+ # kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
46
46
nexus = { id = " io.github.gradle-nexus.publish-plugin" , version = " 2.0.0" }
47
47
jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0" }
48
48
sonar = { id = " org.sonarqube" , version = " 6.0.1.5171" }
You can’t perform that action at this time.
0 commit comments