Kapt: Add tests for the command-line 'kapt' tool
This commit is contained in:
@@ -5,11 +5,15 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:cli"))
|
||||
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testCompile(projectTests(":compiler"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
testsJar {}
|
||||
|
||||
Reference in New Issue
Block a user