Skip to content

Commit b8f1a51

Browse files
committed
clean up
1 parent 13ab667 commit b8f1a51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ build-plugins = "2025.1"
77

88
# using the embedded kotlin version of gradle to avoid mixed versions
99
kotlin = "2.2.10"
10-
#kotlinx-json = "1.7.3"
11-
1210
checker = "3.50.0"
1311
checkerp = "0.6.56"
1412
jacoco = "0.8.11"
@@ -40,15 +38,12 @@ plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "bu
4038
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4139
plugin-checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version.ref = "checkerp" }
4240
plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
43-
#kotlinx-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-json" }
4441

4542
[bundles]
4643
#jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]
4744
#kotest = ["kotest-runner", "kotest-datatest", "mockk"]
4845

4946
[plugins]
50-
#kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
51-
#nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
5247
checker = { id = "org.checkerframework", version.ref = "checkerp" }
5348
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
5449
sonar = { id = "org.sonarqube", version = "6.3.1.5724" }

0 commit comments

Comments
 (0)