diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 09a9d70..0d8f391 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,11 +12,12 @@ jobs: steps: - name: Git Checkout uses: actions/checkout@v4 - - name: JDK 11 + - name: JDK 17 uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: 'temurin' + cache: maven - name: Build with Maven env: MAVEN_OPTS: -Djava.awt.headless=true -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dmaven.wagon.http.retryHandler.count=2 -Dmaven.wagon.http.pool=true