mirror of https://github.com/sbt/sbt.git
artifact name should be moduleName by default, not normalized name
This commit is contained in:
parent
869eb2481c
commit
93ac92fee7
|
|
@ -295,7 +295,7 @@ object Defaults extends BuildCommon
|
|||
}
|
||||
|
||||
lazy val packageBase: Seq[Setting[_]] = Seq(
|
||||
artifact <<= normalizedName(n => Artifact(n)),
|
||||
artifact <<= moduleName(n => Artifact(n)),
|
||||
packageOptions in GlobalScope :== Nil,
|
||||
artifactName in GlobalScope :== ( Artifact.artifactName _ )
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue