mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fix plugin test runner
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user