Fix flaky FIR tests

failing with 'Jar with annotations does not exist. Please run
:plugins:fir-plugin-prototype:plugin-annotations:jar'
This commit is contained in:
Vyacheslav Gerasimov
2022-04-19 13:02:38 +03:00
parent 333440dfc6
commit c8f2872a07
5 changed files with 32 additions and 20 deletions
+1 -5
View File
@@ -38,7 +38,6 @@ dependencies {
testApi(toolsJar())
testApiJUnit5()
testApi(project(":analysis:symbol-light-classes"))
}
sourceSets {
@@ -53,10 +52,7 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform()
// PluginAnnotationsProvider needs this jar during tests
dependsOn(":plugins:fir-plugin-prototype:plugin-annotations:jar")
}
}.also { confugureFirPluginAnnotationsDependency(it) }
testsJar()