Fix after removal of akka-sbt-plugin
This commit is contained in:
parent
5faabc362c
commit
89e842b011
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
def allArtifacts = {
|
||||
Path.fromFile(buildScalaInstance.libraryJar) +++
|
||||
(removeDupEntries(runClasspath filter ClasspathUtilities.isArchive) ---
|
||||
(removeDupEntries(runClasspath filter ClasspathUtilities.isArchive) +++
|
||||
((outputPath ##) / defaultJarName) +++
|
||||
mainResources +++
|
||||
mainDependencies.scalaJars +++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue