Merge pull request #2037 from jcook36605/patch-1

Update maven.yml
This commit is contained in:
James M. Greene
2023-07-13 10:42:45 -05:00
committed by GitHub
+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