Skip to content

Commit 636680d

Browse files
authored
chore: fix maven central publication
1 parent 1cd494e commit 636680d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ lazy val root = (project in file("."))
88
.enablePlugins(PlayScala)
99
.enablePlugins(BuildInfoPlugin)
1010
.settings(
11-
// enable publishing the jar produced by `Test/package`
1211
Compile / packageBin / publishArtifact := false,
13-
// enable publishing the test API jar
14-
Compile / packageDoc / publishArtifact := false,
15-
// enable publishing the test sources jar
16-
Compile / packageSrc / publishArtifact := false,
1712
addArtifact(Artifact("izanami", "jar", "jar"), assembly)
1813
)
1914

0 commit comments

Comments
 (0)