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 f4c98f8 commit 44946f0Copy full SHA for 44946f0
build.sbt
@@ -48,8 +48,9 @@ lazy val js2cpg = (project in file(".")).settings(
48
baseDirectory.value / "src" / "test" / "resources" / "enginecheck" / ".npmrc"
49
),
50
Test / javaOptions ++= Seq("-Dlog4j.configurationFile=file:src/test/resources/log4j2-test.xml"),
51
- publishTo := sonatypePublishToBundle.value,
52
- sonatypeTimeoutMillis := 7200000,
+ publishTo := sonatypePublishToBundle.value,
+ sonatypeCredentialHost := "central.sonatype.com",
53
+ sonatypeTimeoutMillis := 7200000,
54
scmInfo := Some(
55
ScmInfo(url("https://github.com/ShiftLeftSecurity/js2cpg"), "scm:git@github.com:ShiftLeftSecurity/js2cpg.git")
56
0 commit comments