mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +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
|
||||
|
||||
crossPaths := false
|
||||
|
||||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
|
||||
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
||||
|
Loading…
Reference in New Issue
Block a user