If there are two 'App' objects in project, docker:publishLocal
task will silently produce invalid image without bin/app-name
file
#858
Labels
documentation
Documentation should be extended or updated
If there are two 'App' objects in project,
docker:publishLocal
task will siliently produce invalid image withoutbin/app-name
files, which will fail upon running container.Expected behaviour would be to fail fast - at
docker:publishLocal
time with proper message.Adding explicit
mainClass in Compile := Some("my.Class")
solves the issue
The text was updated successfully, but these errors were encountered: