change JDK version in action
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m7s

This commit is contained in:
Eduard Kuksa 2025-01-21 23:53:38 +07:00
parent b5e682b309
commit 90b0d6fe56

View File

@ -14,10 +14,10 @@ jobs:
uses: stCarolas/setup-maven@v5 uses: stCarolas/setup-maven@v5
with: with:
maven-version: '3.9.9' maven-version: '3.9.9'
- name: Set up JDK 17 - name: Set up JDK 21
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '21'
distribution: 'oracle' distribution: 'oracle'
cache: 'maven' cache: 'maven'
- name: Build with Maven - name: Build with Maven