We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19078c commit 578cb1aCopy full SHA for 578cb1a
build.sbt
@@ -34,7 +34,7 @@ lazy val commonSettings = Seq(
34
if (isSnapshot.value) {
35
None
36
} else {
37
- Some(publishTarget)
+ publishTarget
38
}
39
},
40
publishConfiguration := publishConfiguration.value.withOverwrite(true)
0 commit comments