update JDK version in action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled

This commit is contained in:
Eduard Kuksa 2025-01-16 21:31:22 +07:00
parent 031ba1aea4
commit 92837b1f60

View File

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