Skip to content

Commit

Permalink
Merge pull request #5 from Banno/sam/legacy-sonatype
Browse files Browse the repository at this point in the history
publish to legacy sonatype
  • Loading branch information
samspills authored Oct 18, 2023
2 parents 10fe25d + eaac45d commit f8ddce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ ThisBuild / developers := List(
tlGitHubDev("samspills", "Sam Pillsworth")
)

// publish to s01.oss.sonatype.org (set to true to publish to oss.sonatype.org instead)
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org

// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")
Expand Down

0 comments on commit f8ddce2

Please sign in to comment.