Skip to content

Commit

Permalink
build(advisors): Do not explicitly depend on testUtils
Browse files Browse the repository at this point in the history
This is already done globally via test suite conventions [1] (in order
to always have `kotest.properties` on the test classpath).

[1]: /~https://github.com/oss-review-toolkit/ort/blob/cd855bef34c68613d1b33601130678b39ce912e3/buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts#L61

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Feb 28, 2025
1 parent 73f3a58 commit 5162e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/advisors/oss-index/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ dependencies {
ksp(projects.advisor)

testImplementation(libs.wiremock)
testImplementation(projects.utils.testUtils)
}

0 comments on commit 5162e66

Please sign in to comment.