Skip to content

Commit 6e5873c

Browse files
committed
s01
1 parent 0b4afcc commit 6e5873c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ inThisBuild(
5252
versionPolicyIntention := Compatibility.BinaryCompatible,
5353
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
5454
// githubWorkflowBuild += WorkflowStep.Sbt(List("versionPolicyCheck")),
55+
sonatypeCredentialHost := "s01.oss.sonatype.org",
56+
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
5557
githubWorkflowTargetTags ++= Seq("v*"),
5658
githubWorkflowArtifactUpload := false,
5759
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),

0 commit comments

Comments
 (0)