Skip to content

Commit 01ba01e

Browse files
authored
Merge pull request #306 from InnoCharge/revert-github-221
Revert "GitHub Actions: Downgrade maven workflow to 11.0.16+8"
2 parents 8112c85 + ac7638c commit 01ba01e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- name: Set up JDK 11
1616
uses: actions/setup-java@v3
1717
with:
18-
# TODO: Revert to '11'.
19-
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
20-
java-version: '11.0.16+8'
18+
java-version: '11'
2119
distribution: 'temurin'
2220
cache: maven
2321
- name: Build with Maven

0 commit comments

Comments
 (0)