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 befed3b commit cd94907Copy full SHA for cd94907
build.mill
@@ -118,7 +118,7 @@ trait CommonJvmModule extends CommonPublishModule with CommonPlatformModule{
118
trait CommonJsModule extends CommonPublishModule with ScalaJSModule with CommonPlatformModule {
119
def scalaJSVersion = "1.13.1"
120
121
- private def sourceMapOptions = T.task {
+ private def sourceMapOptions = Task.Anon {
122
val vcsState = VcsVersion.vcsState()
123
vcsState.lastTag.collect {
124
case tag if vcsState.commitsSinceLastTag == 0 =>
0 commit comments