Ensure task build directory always exist

#KT-14253 fixed
This commit is contained in:
Alexey Tsvetkov
2016-10-14 17:09:47 +03:00
parent d79679e647
commit 01e0bc8d5e
2 changed files with 3 additions and 3 deletions
@@ -74,7 +74,7 @@ class Kapt2IT: BaseGradleIT() {
val project = Project("simple", GRADLE_VERSION, directoryPrefix = "kapt2")
val classesDir = File(project.projectDir, "build/classes")
project.build("build", options = options) {
project.build("clean", "build", options = options) {
assertSuccessful()
assertKaptSuccessful()
assertContains(":compileKotlin")