Fix plugin test runner

This commit is contained in:
Gary Tierney
2017-09-16 03:04:20 +01:00
parent b32b98eb86
commit d323bcd69c
+1 -1
View File
@@ -85,7 +85,7 @@ def configurePluginTasks(String name, SourceSet mainSources, SourceSet testSourc
def testsTask = task("test${taskName}", type: Test) {
group = "plugin-verification"
testClassesDir = testSources.output.classesDir
testClassesDirs = testSources.output.classesDirs
classpath = testSources.runtimeClasspath + mainSources.runtimeClasspath
binResultsDir = file("$buildDir/plugin-test-results/binary/$name")