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 0e9e35a commit 87bced1Copy full SHA for 87bced1
project/BuildPlugin.scala
@@ -345,7 +345,9 @@ object BuildImplementation {
345
val output = DynVerKeys.dynverGitDescribeOutput.value
346
val version = Keys.version.value
347
BuildDefaults.publishDocAndSourceArtifact(output, version)
348
- }
+ },
349
+ Keys.publishConfiguration := Keys.publishConfiguration.value.withOverwrite(true),
350
+ Keys.publishLocalConfiguration := Keys.publishLocalConfiguration.value.withOverwrite(true),
351
) // ++ metalsSettings
352
353
final val reasonableCompileOptions = (
0 commit comments