Only disabling the binary jar from the Akka samples, not the source jars etc.
This commit is contained in:
parent
82fb4261eb
commit
824e50fbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ object AkkaBuild extends Build {
|
|||
)
|
||||
|
||||
lazy val sampleSettings = defaultSettings ++ Seq(
|
||||
publishArtifact in Compile := false
|
||||
publishArtifact in (Compile, packageBin) := false
|
||||
)
|
||||
|
||||
lazy val experimentalSettings = Seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue