mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-03-23 18:29:44 +01:00
Revert "github actions should use Java 21"
This reverts commit 571a60f7a798bf916c9236663b3d8231c7085a8d.
This commit is contained in:
parent
0408040d7a
commit
44b22559fb
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -31,13 +31,13 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# 2. Setup Java 21 JDK (Adopt)
|
||||
- name: Java 21 setup
|
||||
# 2. Setup Java 17 JDK (Adopt)
|
||||
- name: Java 17 setup
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-package: jdk
|
||||
java-version: '21'
|
||||
java-version: '17'
|
||||
|
||||
# 3. Setup local Maven package cache to speed up building
|
||||
- name: Cache Maven packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user