return to JDK version 17 in action and pom
Some checks failed
Gitea Action Maven build / build (push) Failing after 23s

This commit is contained in:
Eduard Kuksa 2025-01-16 22:02:40 +07:00
parent e32f6f6c21
commit ffc6614ea2
2 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 17
distribution: 'oracle'
cache: 'maven'
cache-dependency-path: 'sub-project/pom.xml'

View File

@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>