forked from loafle/openapi-generator-original
updated version
This commit is contained in:
parent
a4196609c9
commit
f67006057e
@ -5,9 +5,9 @@ organization := "com.wordnik"
|
|||||||
|
|
||||||
name := "swagger-codegen"
|
name := "swagger-codegen"
|
||||||
|
|
||||||
version := "2.0.13"
|
version := "2.0.14"
|
||||||
|
|
||||||
scalaVersion := "2.10.1"
|
scalaVersion := "2.10.0"
|
||||||
|
|
||||||
crossVersion := CrossVersion.full
|
crossVersion := CrossVersion.full
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ publishTo <<= (version) { version: String =>
|
|||||||
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
|
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
|
||||||
}
|
}
|
||||||
|
|
||||||
//publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))
|
publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))
|
||||||
|
|
||||||
artifact in (Compile, assembly) ~= { art =>
|
artifact in (Compile, assembly) ~= { art =>
|
||||||
art.copy(`classifier` = Some("assembly"))
|
art.copy(`classifier` = Some("assembly"))
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")
|
||||||
|
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user