Skip to content

Commit 0d69115

Browse files
authored
Build: remove japicmp (#6600)
1 parent 30b6f9a commit 0d69115

File tree

5 files changed

+0
-106
lines changed

5 files changed

+0
-106
lines changed

build-logic/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies {
3030
// We add all the plugins to the classpath here so that they are loaded with proper conflict resolution
3131
// See https://github.com/gradle/gradle/issues/4741
3232
implementation(libs.android.plugin)
33-
implementation(libs.gradle.japicmp.plugin)
3433
implementation(libs.librarian)
3534
implementation(libs.kotlinx.serialization.json)
3635
implementation(libs.poet.java)

build-logic/src/main/kotlin/JapiCmp.kt

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

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import JapiCmp.configureJapiCmp
21
import kotlinx.validation.ExperimentalBCVApi
32
import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeHostTest
43

@@ -89,8 +88,6 @@ tasks.named("dependencyUpdates").configure {
8988
}
9089
}
9190

92-
rootProject.configureJapiCmp()
93-
9491
configure<kotlinx.validation.ApiValidationExtension> {
9592
@OptIn(ExperimentalBCVApi::class)
9693
klib.enabled = true

gradle/libraries.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ gratatouille = { group = "com.gradleup.gratatouille", name = "gratatouille-gradl
107107
#
108108
# Keep in sync with MIN_GRADLE_VERSION
109109
gradle-api-min = { group = "dev.gradleplugins", name = "gradle-api", version = "8.0" }
110-
gradle-japicmp-plugin = { group = "me.champeau.gradle", name = "japicmp-gradle-plugin", version = "0.2.8" }
111110
guava-jre = { group = "com.google.guava", name = "guava", version.ref = "guava" }
112111
http4k-bom = "org.http4k:http4k-bom:5.8.0.0"
113112
http4k-core = { module = "org.http4k:http4k-core" }

gradle/repositories.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ listOf(pluginManagement.repositories, dependencyResolutionManagement.repositorie
4242
exclusiveContent {
4343
forRepository(::gradlePluginPortal)
4444
filter {
45-
includeModule("me.champeau.gradle", "japicmp-gradle-plugin")
4645
includeModule("org.jetbrains.kotlinx", "kotlinx-benchmark-plugin")
4746
includeModule("com.github.ben-manes", "gradle-versions-plugin")
4847
includeModule("com.gradle", "develocity-gradle-plugin")

0 commit comments

Comments
 (0)