Add all necessary compile dependencies to 'pill:generate-all-tests'
Before this change running the pill:generate-all-tests:testClasses task (which is run by Intellij on "Build" invocation) led to compile error
This commit is contained in:
@@ -29,3 +29,5 @@ projectTest {
|
||||
}
|
||||
|
||||
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateJava8TestsKt")
|
||||
|
||||
testsJar()
|
||||
|
||||
Reference in New Issue
Block a user