Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker run fails when mill finds a single Main class. #5

Closed
vic opened this issue Dec 5, 2018 · 1 comment
Closed

Docker run fails when mill finds a single Main class. #5

vic opened this issue Dec 5, 2018 · 1 comment

Comments

@vic
Copy link
Owner

vic commented Dec 5, 2018

workaround is to override

override  def finalMainClassOpt = T{
   val none: Either[String, String] = Left("none")
  none
}
@vic
Copy link
Owner Author

vic commented Dec 5, 2018

Fixed in #6

@vic vic closed this as completed Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant