You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.
Current sbt plugin will use the source file name as the base for the output service api class name (interface or trait). This leads to non-idiomatic names and is very unflexible. End users should be able to provide a Map[String, String] on sbt settings:
Current
sbt
plugin will use the source file name as the base for the output service api class name (interface or trait). This leads to non-idiomatic names and is very unflexible. End users should be able to provide aMap[String, String]
on sbt settings:See
sbt-lagom-descriptor-generator/lagom-descriptor-generator-sbt-plugin/src/main/scala/com/lightbend/lagom/spec/sbt/LagomOpenApiGenerator.scala
Line 42 in 070a71d
The text was updated successfully, but these errors were encountered: