-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Scala runner doesn't do executable jars #12569
Comments
I've got the same issue when run |
I built the same source code with the same sbt version but I compile and run it with |
I'll take a swing at this, since it's such a useful niche feature. By swing, I mean a bunt down the 3rd base line. |
Overlaps with #13081, so either make sure to coordinate with @BarkingBad. |
I tested it @anatoliykmetyuk and compiling files using Should we introduce change to |
Scala 2 distinguished
and REPL
|
I believe so. In any case this shouldn't be a |
I guess bringing back |
Yes, we don't need |
I don't have a grid for Scala 3 runner options yet, let alone the recommended install procedure. Probably
I don't know if the feature is used outside |
Yes, we discussed whether we should go Python-style or tolerate |
Compiler version
3.0.0
Minimized code
Output
Expectation
Scala runner creates and runs an executable jar. It looks like it doesn't create
META-INF/MANIFEST.MF
.The text was updated successfully, but these errors were encountered: