Enable kotlin-annotation-processing-base tests on TC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user