mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Config gha to use java 21 for build
This commit is contained in:
parent
38aa534cf5
commit
061b90ce90
2
.github/workflows/generic.github_release.yml
vendored
2
.github/workflows/generic.github_release.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '21'
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
|
||||
|
2
.github/workflows/generic.test.yml
vendored
2
.github/workflows/generic.test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user