Skip to content

Commit e806e65

Browse files
committed
Remove unused Gradle plugin
1 parent 0855a7e commit e806e65

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
id("junitbuild.base-conventions")
55
id("junitbuild.build-metadata")
66
id("junitbuild.checkstyle-nohttp")
7-
id("junitbuild.dependency-update-check")
87
id("junitbuild.jacoco-aggregation-conventions")
98
id("junitbuild.maven-central-publishing")
109
id("junitbuild.temp-maven-repo")

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ openrewrite = { id = "org.openrewrite.rewrite", version = "7.6.2" }
111111
plantuml = { id = "io.freefair.plantuml", version = "8.13.1" }
112112
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
113113
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
114-
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }

gradle/plugins/common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ dependencies {
1919
implementation(libs.plugins.openrewrite.markerCoordinates)
2020
implementation(libs.plugins.shadow.markerCoordinates)
2121
implementation(libs.plugins.spotless.markerCoordinates)
22-
implementation(libs.plugins.versions.markerCoordinates)
2322
}

gradle/plugins/common/src/main/kotlin/junitbuild.dependency-update-check.gradle.kts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)