Skip to content

Commit

Permalink
not sure why this didn't work...
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Sep 8, 2018
1 parent 28e7a75 commit 09e1701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ inThisBuild(List(
packageDoc/publishArtifact := true,
packageSrc/publishArtifact := true,
crossPaths := false, // do not append scala version to the generated artifacts
publishTo := sonatypePublishTo.value,
homepage := Some(url("https://github.com/ShiftLeftSecurity/codepropertygraph/")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(/* sonatype requires this to be non-empty */
Expand Down Expand Up @@ -36,3 +35,5 @@ publish/skip := true

lazy val codepropertygraph = project.in(file("codepropertygraph"))
lazy val protoBindings = project.in(file("proto-bindings"))

ThisBuild/publishTo := sonatypePublishTo.value

0 comments on commit 09e1701

Please sign in to comment.