diff --git a/game/plugins.gradle b/game/plugins.gradle index 47a1f793..c2ab058f 100644 --- a/game/plugins.gradle +++ b/game/plugins.gradle @@ -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")