Skip to content

Commit

Permalink
Merge pull request #17 from p2m2/develop
Browse files Browse the repository at this point in the history
fix sonatype error
  • Loading branch information
ofilangi authored Feb 21, 2024
2 parents 8f39d8e + 53987da commit 265773a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def getPackageSetting = Seq(
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
pomIncludeRepository := { _ => false },
publishMavenStyle := true,
publish / skip := true,
publishTo := sonatypePublishTo.value
)

lazy val root = project.in(file(".")).
Expand Down

0 comments on commit 265773a

Please sign in to comment.