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
@@ -43,7 +43,7 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform()
}
}.also { confugureFirPluginAnnotationsDependency(it) }
testsJar()