aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-04-28 00:26:43 +0200
committerNassim Jahnke <[email protected]>2024-04-28 00:26:43 +0200
commit06cae132236080f9e781698e790f6ad3b7fd49c0 (patch)
tree16b8b70135cc01ca218a03b24110403891c92e3a /.github
parenta7719407767f230b93aab08b92b8efe8ded8354d (diff)
downloadPaper-06cae132236080f9e781698e790f6ad3b7fd49c0.tar.gz
Paper-06cae132236080f9e781698e790f6ad3b7fd49c0.zip
Update jdk version and distribution in actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e32e3a4335..994352016e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [17]
+ java: [21]
fail-fast: true
steps:
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
- distribution: 'temurin'
+ distribution: 'zulu'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
@@ -87,7 +87,7 @@ jobs:
- name: Create Paperclip Jar
if: fromJSON(steps.determine.outputs.result).action == 'paperclip'
- run: ./gradlew createReobfPaperclipJar --stacktrace
+ run: ./gradlew createMojmapPaperclipJar --stacktrace
- name: Upload Paperclip Jar
if: fromJSON(steps.determine.outputs.result).action == 'paperclip'