=pro #15031 separate sbt build file for every module
This commit is contained in:
parent
98463b2f5e
commit
fdcd964165
18 changed files with 341 additions and 137 deletions
14
akka-kernel/build.sbt
Normal file
14
akka-kernel/build.sbt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import akka.{ AkkaBuild, Dependencies, Formatting, Unidoc }
|
||||
import com.typesafe.tools.mima.plugin.MimaKeys
|
||||
|
||||
AkkaBuild.defaultSettings
|
||||
|
||||
Formatting.formatSettings
|
||||
|
||||
Unidoc.scaladocSettingsNoVerificationOfDiagrams
|
||||
|
||||
Unidoc.javadocSettings
|
||||
|
||||
libraryDependencies ++= Dependencies.kernel
|
||||
|
||||
MimaKeys.previousArtifact := akkaPreviousArtifact("akka-kernel")
|
||||
Loading…
Add table
Add a link
Reference in a new issue