Skip to content

Commit

Permalink
[CI] Set up gradle for usage in nightly Discord announcer
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Jun 22, 2024
1 parent 83ef9a0 commit c43789a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/announce-latest-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: MC Version
id: minecraft
run: ./gradlew mcVersion -q >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c43789a

Please sign in to comment.