Correctly declare dependency on a task that has not been defined yet

This commit is contained in:
Ben Liblit 2018-01-16 16:36:01 -06:00
parent 6baa918963
commit 23a301cfff
1 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,4 @@ dependencies {
)
}
processTestResources {
// TODO: figure out why we cannot get at tasks from ':com.ibm.wala.cast.js.test.data'
// dependsOn project(':com.ibm.wala.cast.js.test.data').tasks.processTestResources
}
processTestResources.dependsOn ':com.ibm.wala.cast.js.test.data:processTestResources'