Skip to content

Commit c43789a

Browse files
committed
[CI] Set up gradle for usage in nightly Discord announcer
1 parent 83ef9a0 commit c43789a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/announce-latest-nightly.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28+
- name: Set up JDK
29+
uses: actions/setup-java@v4
30+
with:
31+
distribution: temurin
32+
java-version: 21
33+
34+
- name: Setup Gradle
35+
uses: gradle/actions/setup-gradle@v3
36+
2837
- name: MC Version
2938
id: minecraft
3039
run: ./gradlew mcVersion -q >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)