Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/62#discussion_r237962514
--- Diff: build.gradle ---
@@ -356,6 +359,15 @@ tasks.withType(Test) {
ignoreFailures ignoreTestFailures
}
+project.tasks.each {
+ if ( it.name.toLowerCase().endsWith('test') ) {
+ it.doFirst({
--- End diff --
Hi Szabi,
Thanks for the suggestion!
I've modified the build.gradle file accordingly!---
