forked from loafle/openapi-generator-original
updated version
This commit is contained in:
parent
a18784da6c
commit
1250cc758f
@ -7,7 +7,7 @@ name := "swagger-codegen"
|
|||||||
|
|
||||||
version := "2.0.17-SNAPSHOT"
|
version := "2.0.17-SNAPSHOT"
|
||||||
|
|
||||||
scalaVersion := "2.10.1"
|
scalaVersion := "2.10.0"
|
||||||
|
|
||||||
crossVersion := CrossVersion.full
|
crossVersion := CrossVersion.full
|
||||||
|
|
||||||
@ -66,7 +66,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"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user