From 94238ed73c872b1ceca7b0d7ec3459a3515d96b7 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:34:28 -0700 Subject: [PATCH] . --- .github/workflows/compile-clients.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/compile-clients.yml index 31ffef9..5b7532c 100644 --- a/.github/workflows/compile-clients.yml +++ b/.github/workflows/compile-clients.yml @@ -8,6 +8,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Java + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '21' + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v4 + with: + cache-disabled: true - name: Shadow Client run: | git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow @@ -34,4 +43,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'github-actions: Build and compile clients' - commit_author: '41898282+github-actions[bot]@users.noreply.github.com' + commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'