We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8112c85 commit ac7638cCopy full SHA for ac7638c
.github/workflows/maven.yml
@@ -15,9 +15,7 @@ jobs:
15
- name: Set up JDK 11
16
uses: actions/setup-java@v3
17
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'
+ java-version: '11'
21
distribution: 'temurin'
22
cache: maven
23
- name: Build with Maven
0 commit comments