Skip to content

Commit cf1ef9f

Browse files
committed
clean up build
1 parent af7c706 commit cf1ef9f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
`java-library`
55
groovy
66
kotlin
7-
jacoco
87
alias(libs.plugins.versions)
98
alias(libs.plugins.sonar)
109
alias(libs.plugins.updates)

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin"
3131
spring-web = { module ="org.springframework:spring-web", version.ref = "spring-web" }
3232
spring-data = { module ="org.springframework.data:spring-data-commons", version.ref = "spring-data" }
3333

34-
checker = "org.checkerframework:checker:3.53.1"
34+
#checker = "org.checkerframework:checker:3.53.1"
3535
jimfs = "com.google.jimfs:jimfs:1.3.1"
3636
slf4j = "org.slf4j:slf4j-api:2.0.17"
3737
logback = "ch.qos.logback:logback-classic:1.5.28"
@@ -51,8 +51,8 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
5151
#plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
5252
plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.jacocolog.gradle.plugin", version.ref = "jacocolog" }
5353
#plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
54-
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
55-
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
54+
#plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
55+
#plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
5656

5757
[plugins]
5858
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 commit comments

Comments
 (0)