mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
updated version
This commit is contained in:
parent
a18784da6c
commit
1250cc758f
@ -7,7 +7,7 @@ name := "swagger-codegen"
|
||||
|
||||
version := "2.0.17-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.10.1"
|
||||
scalaVersion := "2.10.0"
|
||||
|
||||
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")
|
||||
}
|
||||
|
||||
// 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 =>
|
||||
art.copy(`classifier` = Some("assembly"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user