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 98e0e94 commit 3bc476eCopy full SHA for 3bc476e
.github/workflows/maven.yml
@@ -19,7 +19,9 @@ jobs:
19
- name: Set up JDK 11
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '11'
+ # TODO: Revert to '11'.
23
+ # See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
24
+ java-version: '11.0.16+8'
25
distribution: 'temurin'
26
cache: maven
27
- name: Build with Maven
0 commit comments