We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd494e commit 636680dCopy full SHA for 636680d
build.sbt
@@ -8,12 +8,7 @@ lazy val root = (project in file("."))
8
.enablePlugins(PlayScala)
9
.enablePlugins(BuildInfoPlugin)
10
.settings(
11
- // enable publishing the jar produced by `Test/package`
12
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,
17
addArtifact(Artifact("izanami", "jar", "jar"), assembly)
18
)
19
0 commit comments