Update maven.yml

This commit is contained in:
jcook36605
2023-04-28 17:23:42 -04:00
committed by GitHub
parent 87fbe43482
commit feb7e20c13
+2 -2
View File
@@ -21,10 +21,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up JDK 11 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '11' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven