From eaac45d6bfeea0116671ed15b76cfd2af442f457 Mon Sep 17 00:00:00 2001 From: Sam Pillsworth Date: Wed, 18 Oct 2023 12:32:16 -0400 Subject: [PATCH] publish to legacy sonatype --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9da807d..b5acbf4 100644 --- a/build.sbt +++ b/build.sbt @@ -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")