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

[WIP] Update jitpack to use sdkman #96

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

aelnonym
Copy link
Collaborator

@aelnonym aelnonym commented Dec 15, 2023

Description

Apparently jitpack dropped support for choosing jdk version directly like

jdk:
  - openjdk19

Now we need to make use of SDKMAN for it to work

before_install:
  - sdk install java 19.0.1-open
  - sdk use java 19.0.1-open

Reference: https://docs.jitpack.io/building/#java-version

Related Issues

Progress

Pull request checklist

  • Tests: This PR includes tests for covering the features or bug fixes (if applicable).
  • Docs: This PR updates/creates the necessary documentation.
  • CI: Make sure your Pull Request passes all CI checks. If not, clarify the motif behind that and the action plan to solve it (may reference a ticket)

@aelnonym aelnonym self-assigned this Dec 15, 2023
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

Successfully merging this pull request may close these issues.

1 participant