Open gokhanoner opened 3 years ago
Note: Adding an empty application.conf
file solves the issue for now, but I believe it shouldn't be the case.
Same problem...
The SwaggerPlayPlugin
should only be enabled for Play Framework projects:
https://github.com/dwickern/sbt-swagger-play/blob/c1657330c02bc7669085d3052f50b0f6726fd21e/sbt-plugin/src/main/scala/com/github/dwickern/sbt/SwaggerPlayPlugin.scala#L18-L19
Are these Play projects without an application.conf
, or is the plugin being enabled for non-Play projects somehow?
Play version: 2.8.8
migrating from
swagger-play
. I have a multi-module project & not all sub-projects haveapplication.conf
file, but during compilation of one of those modules, I'm getting this