Enable kotlin-annotation-processing-base tests on TC
This commit is contained in:
@@ -854,6 +854,7 @@ tasks {
|
|||||||
|
|
||||||
register("kaptIdeTest") {
|
register("kaptIdeTest") {
|
||||||
dependsOn(":kotlin-annotation-processing:test")
|
dependsOn(":kotlin-annotation-processing:test")
|
||||||
|
dependsOn(":kotlin-annotation-processing-base:test")
|
||||||
}
|
}
|
||||||
|
|
||||||
register("gradleIdeTest") {
|
register("gradleIdeTest") {
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ dependencies {
|
|||||||
|
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompileOnly(toolsJarApi())
|
testCompileOnly(toolsJarApi())
|
||||||
|
testRuntimeOnly(toolsJar())
|
||||||
|
|
||||||
|
testCompileOnly(toolsJarApi())
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user