Skip to content

Commit

Permalink
GitHub Actions: Downgrade maven workflow to 11.0.16+8
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Nov 28, 2022
1 parent 98e0e94 commit 3bc476e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
# TODO: Revert to '11'.
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
java-version: '11.0.16+8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 3bc476e

Please sign in to comment.