Skip to content

Commit 3bc476e

Browse files
committed
GitHub Actions: Downgrade maven workflow to 11.0.16+8
1 parent 98e0e94 commit 3bc476e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '11'
22+
# TODO: Revert to '11'.
23+
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
24+
java-version: '11.0.16+8'
2325
distribution: 'temurin'
2426
cache: maven
2527
- name: Build with Maven

0 commit comments

Comments
 (0)