We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4afcc commit 6e5873cCopy full SHA for 6e5873c
build.sbt
@@ -52,6 +52,8 @@ inThisBuild(
52
versionPolicyIntention := Compatibility.BinaryCompatible,
53
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
54
// githubWorkflowBuild += WorkflowStep.Sbt(List("versionPolicyCheck")),
55
+ sonatypeCredentialHost := "s01.oss.sonatype.org",
56
+ sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
57
githubWorkflowTargetTags ++= Seq("v*"),
58
githubWorkflowArtifactUpload := false,
59
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
0 commit comments