mirror of
https://github.com/lightbend/config.git
synced 2025-03-29 21:51:10 +08:00
set crossPaths := false to avoid Scala version on publish
Since it's a plain Java project, the Scala version is not wanted.
This commit is contained in:
parent
16622f74cb
commit
46c6d639b5
@ -12,6 +12,8 @@ fork in run in Test := true
|
|||||||
|
|
||||||
autoScalaLibrary := false
|
autoScalaLibrary := false
|
||||||
|
|
||||||
|
crossPaths := false
|
||||||
|
|
||||||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
|
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
|
||||||
|
|
||||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user