Skip to content

Commit

Permalink
Revert "Fix test errors"
Browse files Browse the repository at this point in the history
This reverts commit 84735d2.
  • Loading branch information
jbaiera committed Mar 16, 2020
1 parent d29400b commit 2174056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ apply plugin: 'es.hadoop.build.root'

defaultTasks 'build'

build {
dependsOn 'hadoopTestingJar'
}

// Simple utility task to help with downloading artifacts and jars
if (project.hasProperty("find-artifact")) {
String artifact = project.getProperty("find-artifact")
Expand Down

0 comments on commit 2174056

Please sign in to comment.