Changed openjdk version in travis.yml and maven.yml

This commit is contained in:
Lazar Blanuša
2024-07-10 17:17:22 +02:00
committed by Dave Syer
parent 2ee1b030de
commit c76872f24a
2 changed files with 3 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven