-
Notifications
You must be signed in to change notification settings - Fork 59
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
Use sbt native thin client for sbt >= 1.4 #58
Conversation
Woops. |
Arghh this doesn't work as expected either. It ends up doing:
Which returns a 0 exit code and doesn't fail the GitHub step. |
Multi-command handling issue: sbt/sbt#5969 |
Latest commit works around sbt/sbt#5969. Should probably hold off merging this until sbt/sbt#6196 is fixed otherwise builds will have false positives. We can exclude the buggy 1.4.x versions from using sbtn. |
Hmm, this is interesting! I think we should probably make it configurable as a separate setting. Maybe something like |
Yeah sure that sounds good. It doesn't look like it is a bug in sbt but in sbt-extras. I haven't succeeded in getting that recognised as a bug yet. I also raised olafurpg/setup-scala#36 to get |
Huh maybe I was right after all. The sbt docs seem to say that |
I saw this tweet by Eugene and didn't realise that this was a thing. I thought it would be a cool default for sbt-github-actions.