Skip to content

Commit

Permalink
Remove org.unbroken-dome.test-sets plugin (#7951)
Browse files Browse the repository at this point in the history
Resolves
#7911
  • Loading branch information
laurit committed Mar 2, 2023
1 parent 143a479 commit 7e05d32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions conventions/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,6 @@ afterEvaluate {
)
}
}

if (plugins.hasPlugin("org.unbroken-dome.test-sets") && configurations.findByName("latestDepTestRuntime") != null) {
doFirst {
val testArtifacts = configurations.testRuntimeClasspath.get().resolvedConfiguration.resolvedArtifacts
val latestTestArtifacts = configurations.getByName("latestDepTestRuntimeClasspath").resolvedConfiguration.resolvedArtifacts
if (testArtifacts == latestTestArtifacts) {
throw IllegalStateException("latestDepTest dependencies are identical to test")
}
}
}
}
}

Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pluginManagement {
id("com.gradle.plugin-publish") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "1.2.0"
id("org.jetbrains.kotlin.jvm") version "1.8.0"
id("org.unbroken-dome.test-sets") version "4.0.0"
id("org.xbib.gradle.plugin.jflex") version "1.7.0"
id("org.unbroken-dome.xjc") version "2.0.0"
}
Expand Down

0 comments on commit 7e05d32

Please sign in to comment.