chore: update from java 21 to 25 inside of the workflow
Some checks failed
Build and Artifact / build (pull_request) Failing after 2m37s
Some checks failed
Build and Artifact / build (pull_request) Failing after 2m37s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -15,11 +15,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 21
|
||||
- name: Set up JDK 25
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
java-version: '25'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Cache Gradle packages
|
||||
|
||||
Reference in New Issue
Block a user