Disable cross paths in sbt build
This commit is contained in:
parent
8947a69df3
commit
6923e179e4
1 changed files with 2 additions and 1 deletions
|
|
@ -248,7 +248,8 @@ object AkkaBuild extends Build {
|
|||
lazy val buildSettings = Defaults.defaultSettings ++ Seq(
|
||||
organization := Organization,
|
||||
version := Version,
|
||||
scalaVersion := ScalaVersion
|
||||
scalaVersion := ScalaVersion,
|
||||
crossPaths := false
|
||||
)
|
||||
|
||||
lazy val defaultSettings = buildSettings ++ Seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue