Drop unused ':dist' dependency in some tests
Review: https://jetbrains.team/p/kt/reviews/6753 This commit doesn't fix any issue except for "cleanup". If you find a mistake in this commit feel free to revert part of it/the whole commit I checked every module where I drop ':dist' dependency. Tests still pass in those modules
This commit is contained in:
@@ -26,7 +26,6 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest(jUnitMode = JUnitMode.JUnit5) {
|
||||
dependsOn(":dist")
|
||||
dependsOn(":plugins:fir-plugin-prototype:plugin-annotations:jar")
|
||||
workingDir = rootDir
|
||||
useJUnitPlatform()
|
||||
|
||||
Reference in New Issue
Block a user