Skip to content

Commit

Permalink
we need javadoc for maven releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Aug 29, 2023
1 parent a56754d commit 2d2165d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ lazy val root = (project in file(".")).
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.20.0",
crossSbtVersions := Seq("1.9.4"),
crossScalaVersions := Seq("2.12.18"),
Compile / packageBin / publishArtifact := true,
Test / packageBin / publishArtifact := false,
Compile / packageDoc / publishArtifact := false,
Compile / packageSrc / publishArtifact := true,
developers := List(
Developer("mpollmeier", "Michael Pollmeier", "michael@michaelpollmeier.com", url("http://www.michaelpollmeier.com/"))),
scmInfo := Some(ScmInfo(url("https://github.com/mpollmeier/sbt-assembly-log4j2"),
Expand Down

0 comments on commit 2d2165d

Please sign in to comment.