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

chore: Switch GitHub actions from setup-scala to setup-java #47

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

guilgaly
Copy link
Member

Motivation:

See olafurpg/setup-scala#49:

  • olafurpg/setup-scala is no longer considered necessary by its maintainer and will probably be archived at some point.
  • Ubuntu runners now include the official SBT launcher by default.
  • actions/setup-java is the official action for setting up a JDK, so we might as well use that if it"s sufficient for our purpose.

Modifications:

  • Replace olafurpg/setup-scala with actions/setup-java.
  • Use Zulu JDK.

Motivation:

See olafurpg/setup-scala#49:
- olafurpg/setup-scala is no longer considered necessary by its maintainer and will probably be archived at some point.
- Ubuntu runners now include the official SBT launcher by default.
- actions/setup-java is the official action for setting up a JDK, so we might as well use that if it"s sufficient for our purpose.

Modifications:

- Replace olafurpg/setup-scala with actions/setup-java.
- Use Zulu JDK.
@slandelle slandelle merged commit e68ce47 into main Dec 17, 2021
@slandelle slandelle deleted the switch-gh-action-setup-java branch December 17, 2021 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants