diff --git a/build.sbt b/build.sbt index f5beb520..96f1a6c7 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,9 @@ lazy val js2cpg = (project in file(".")).settings( baseDirectory.value / "src" / "test" / "resources" / "enginecheck" / ".npmrc" ), Test / javaOptions ++= Seq("-Dlog4j.configurationFile=file:src/test/resources/log4j2-test.xml"), - publishTo := sonatypePublishToBundle.value, - sonatypeTimeoutMillis := 7200000, + publishTo := sonatypePublishToBundle.value, + sonatypeCredentialHost := "central.sonatype.com", + sonatypeTimeoutMillis := 7200000, scmInfo := Some( ScmInfo(url("https://github.com/ShiftLeftSecurity/js2cpg"), "scm:git@github.com:ShiftLeftSecurity/js2cpg.git") ),