Skip to content

Commit

Permalink
s01
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Dec 15, 2024
1 parent 0b4afcc commit 6e5873c
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 @@ -52,6 +52,8 @@ inThisBuild(
versionPolicyIntention := Compatibility.BinaryCompatible,
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
// githubWorkflowBuild += WorkflowStep.Sbt(List("versionPolicyCheck")),
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowArtifactUpload := false,
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
Expand Down

0 comments on commit 6e5873c

Please sign in to comment.