mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +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) {
|
def testsTask = task("test${taskName}", type: Test) {
|
||||||
group = "plugin-verification"
|
group = "plugin-verification"
|
||||||
|
|
||||||
testClassesDir = testSources.output.classesDir
|
testClassesDirs = testSources.output.classesDirs
|
||||||
classpath = testSources.runtimeClasspath + mainSources.runtimeClasspath
|
classpath = testSources.runtimeClasspath + mainSources.runtimeClasspath
|
||||||
|
|
||||||
binResultsDir = file("$buildDir/plugin-test-results/binary/$name")
|
binResultsDir = file("$buildDir/plugin-test-results/binary/$name")
|
||||||
|
|||||||
Reference in New Issue
Block a user