Skip to content

Commit

Permalink
Set Java distribution used in CI to microsoft (which appears to be wh…
Browse files Browse the repository at this point in the history
…at Minecraft bundles)
  • Loading branch information
DrHenchman committed Jun 11, 2023
1 parent 860c37b commit f9f934c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: microsoft
java-version: 17
# Run against supported Minecraft versions
- name: Build and test (Minecraft version = latest release, variant = vanilla)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: microsoft
java-version: 17
- name: Build Artifact
run: bin/ci.sh --clean
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: microsoft
java-version: 17
# Run against supported Minecraft versions
- name: Build and test (Minecraft version = latest snapshot, variant = vanilla)
Expand Down

0 comments on commit f9f934c

Please sign in to comment.