diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cb1b80f4..cce3526a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,9 +15,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - # TODO: Revert to '11'. - # See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028 - java-version: '11.0.16+8' + java-version: '11' distribution: 'temurin' cache: maven - name: Build with Maven