Skip to content

Commit

Permalink
chore: fix maven central publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus authored Jul 26, 2024
1 parent 1cd494e commit 636680d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ lazy val root = (project in file("."))
.enablePlugins(PlayScala)
.enablePlugins(BuildInfoPlugin)
.settings(
// enable publishing the jar produced by `Test/package`
Compile / packageBin / publishArtifact := false,
// enable publishing the test API jar
Compile / packageDoc / publishArtifact := false,
// enable publishing the test sources jar
Compile / packageSrc / publishArtifact := false,
addArtifact(Artifact("izanami", "jar", "jar"), assembly)
)

Expand Down

0 comments on commit 636680d

Please sign in to comment.