Skip to content

Commit 44946f0

Browse files
authored
publish to sonatype central (#364)
1 parent f4c98f8 commit 44946f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ lazy val js2cpg = (project in file(".")).settings(
4848
baseDirectory.value / "src" / "test" / "resources" / "enginecheck" / ".npmrc"
4949
),
5050
Test / javaOptions ++= Seq("-Dlog4j.configurationFile=file:src/test/resources/log4j2-test.xml"),
51-
publishTo := sonatypePublishToBundle.value,
52-
sonatypeTimeoutMillis := 7200000,
51+
publishTo := sonatypePublishToBundle.value,
52+
sonatypeCredentialHost := "central.sonatype.com",
53+
sonatypeTimeoutMillis := 7200000,
5354
scmInfo := Some(
5455
ScmInfo(url("https://github.com/ShiftLeftSecurity/js2cpg"), "scm:git@github.com:ShiftLeftSecurity/js2cpg.git")
5556
),

0 commit comments

Comments
 (0)