mirror of https://github.com/sbt/sbt.git
return proper directory from sxr task
This commit is contained in:
parent
e3ed09dc92
commit
3bb071dd5f
|
|
@ -26,6 +26,6 @@ object Sxr
|
|||
IO.createDirectory(out)
|
||||
val comp = new compiler.RawCompiler(si, cpOpts, s.log)
|
||||
comp(srcs, cp.files, out, opts)
|
||||
out
|
||||
out.getParentFile / (out.getName + ".sxr")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue