Update EnderDragon for Paper 26.2
Java Build and Release / build (push) Failing after 5m21s

This commit is contained in:
Michael Burgess
2026-08-17 18:48:11 -04:00
parent 9613e0333c
commit 03936f6d71
6 changed files with 45 additions and 45 deletions
+3 -3
View File
@@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '25'
distribution: 'temurin'
cache: maven