Skip to content

Commit 5162e66

Browse files
committed
build(advisors): Do not explicitly depend on testUtils
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 <[email protected]>
1 parent 73f3a58 commit 5162e66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/advisors/oss-index/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ dependencies {
3333
ksp(projects.advisor)
3434

3535
testImplementation(libs.wiremock)
36-
testImplementation(projects.utils.testUtils)
3736
}

0 commit comments

Comments
 (0)