OpenAPITools / sbt-openapi-generator

Other
27 stars 35 forks source link

5.0.0-beta2 #20

Closed oatorresdiaz closed 3 years ago

oatorresdiaz commented 4 years ago
  1. Lifted OpenApiGenerator to version 5.0.0-beta2.
  2. Renamed addSystemProperty to addGlobalProperty inside OpenApiGenerate.scala.
jrouly commented 4 years ago

You may want to rebase on https://github.com/OpenAPITools/sbt-openapi-generator/pull/18 - it does the same rename with backwards compatibility. (I did the same thing you did and then found that PR afterward haha)