mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
disabled parallel tests
This commit is contained in:
parent
828607c67b
commit
ea35f2cf0e
@ -29,7 +29,6 @@ libraryDependencies <+= scalaVersion {
|
|||||||
"org.fusesource.scalate" %% "scalate-wikitext" % "1.6.1"
|
"org.fusesource.scalate" %% "scalate-wikitext" % "1.6.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
libraryDependencies <+= scalaVersion {
|
libraryDependencies <+= scalaVersion {
|
||||||
case v if v.startsWith("2.9") =>
|
case v if v.startsWith("2.9") =>
|
||||||
"org.fusesource.scalate" % "scalate-page_2.9" % "1.6.1"
|
"org.fusesource.scalate" % "scalate-page_2.9" % "1.6.1"
|
||||||
@ -62,7 +61,9 @@ publishTo <<= (version) { version: String =>
|
|||||||
|
|
||||||
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
|
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
|
||||||
|
|
||||||
homepage := Some(new URL("https://github.com/json4s/json4s"))
|
homepage := Some(new URL("https://github.com/wordnik/swagger-codegen"))
|
||||||
|
|
||||||
|
parallelExecution in Test := false
|
||||||
|
|
||||||
startYear := Some(2009)
|
startYear := Some(2009)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user