File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/scala/higherkindness/rules_scala/workers/common Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,8 @@ object CommonArguments {
229
229
label = namespace.getString(" label" ),
230
230
logLevel = LogLevel (namespace.getString(" log_level" )),
231
231
mainManifest = SandboxUtil .getSandboxPath(workDir, namespace.get[Path ](" main_manifest" )),
232
- outputAnalysisStore = SandboxUtil .getSandboxPath(workDir, namespace.get[Path ](" output_analysis_store" )),
232
+ outputAnalysisStore =
233
+ SandboxUtil .getSandboxPath(workDir, namespace.get[Path ](" output_analysis_store" )).toAbsolutePath.normalize,
233
234
outputJar = SandboxUtil .getSandboxPath(workDir, namespace.get[Path ](" output_jar" )),
234
235
outputUsed = SandboxUtil .getSandboxPath(workDir, namespace.get[Path ](" output_used" )),
235
236
plugins = SandboxUtil .getSandboxPaths(workDir, namespace.getList[Path ](" plugins" )),
You can’t perform that action at this time.
0 commit comments