Closed ThijsBroersen closed 1 year ago
I added
publish := {},
aetherDeploy := {}
to clear the tasks in those modules
@ThijsBroersen
I had the same question.
Indeed, now sbt use publish / skip
to decide if the current project should "skip" or not the "publish" task.
Seems that plugin still use the publishArtifact
settings
Try to set
Compile / publishArtifact := false
we now also support skip in publish := true
I tried
it still tries to publish the module(s)