Enable kotlin-annotation-processing-base tests on TC

This commit is contained in:
Mikhael Bogdanov
2020-11-29 20:41:34 +01:00
parent 29bed39a54
commit 8a00470b40
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -854,6 +854,7 @@ tasks {
register("kaptIdeTest") {
dependsOn(":kotlin-annotation-processing:test")
dependsOn(":kotlin-annotation-processing-base:test")
}
register("gradleIdeTest") {
@@ -9,6 +9,9 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompileOnly(toolsJarApi())
testRuntimeOnly(toolsJar())
testCompileOnly(toolsJarApi())
}
sourceSets {