We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ea91c commit 71ff00bCopy full SHA for 71ff00b
1 file changed
build.mill
@@ -38,7 +38,7 @@ object fastparse extends Module{
38
case tag if vcsState.commitsSinceLastTag == 0 =>
39
val baseUrl = pomSettings().url.replace("github.com", "raw.githubusercontent.com")
40
val sourcesOptionName = if(isScala3(crossScalaVersion)) "-scalajs-mapSourceURI" else "-P:scalajs:mapSourceURI"
41
- s"$sourcesOptionName:${Task.workspace.toIO.toURI}->$baseUrl/$tag/"
+ s"$sourcesOptionName:${mill.api.BuildCtx.workspaceRoot.toIO.toURI}->$baseUrl/$tag/"
42
}
43
44
0 commit comments