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 280a907 commit 5cc07feCopy full SHA for 5cc07fe
build.sbt
@@ -33,6 +33,7 @@ inThisBuild(
33
)
34
35
ThisBuild / publishTo := sonatypePublishToBundle.value
36
+ThisBuild/sonatypeCredentialHost := "central.sonatype.com"
37
ThisBuild / sonatypeTimeoutMillis := 7200000 // double the default close timeout
38
ThisBuild / Test / fork := true
39
ThisBuild / Test / javaOptions += s"-Dlog4j2.configurationFile=file:${(ThisBuild / baseDirectory).value}/resources/log4j2-test.xml"
0 commit comments