Skip to content

Commit

Permalink
Fix dockertest.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jun 24, 2019
1 parent 74139c7 commit 283d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/dockertest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ task testOnPackagedReleaseJar(type: Test){
}

classpath = files( gatkJar, testDependencyJar, testClassesJar)
testClassesDir = file(testClassesUnpacked)
testClassesDirs = files(testClassesUnpacked)
}

// Task intended to collect coverage data from testOnPackagedReleaseJar executed inside the docker image
Expand Down

0 comments on commit 283d7bf

Please sign in to comment.