Skip to content

Commit 76da769

Browse files
committed
publish to sonatype workaround
1 parent c62e13b commit 76da769

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ ThisBuild / publishTo := {
4646
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
4747
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
4848
}
49+
4950
ThisBuild / publishMavenStyle := true
51+
updateOptions := updateOptions.value.withGigahorse(false)

0 commit comments

Comments
 (0)