We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6849ddf + 1abb277 commit 0793a46Copy full SHA for 0793a46
src/main/groovy/org/scoverage/ScoveragePlugin.groovy
@@ -201,7 +201,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
201
}.collect {
202
it.absolutePath
203
}
204
- scalaCompileOptions.additionalParameters.add('-Xplugin:' + pluginFiles.join(":"))
+ scalaCompileOptions.additionalParameters.add('-Xplugin:' + pluginFiles.join(File.pathSeparator))
205
206
} else {
207
parameters.add("-sourceroot:${project.rootDir.absolutePath}".toString())
0 commit comments