diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0be2947..8666df0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up JDK - uses: actions/setup-java@v1 + - name: Set up JDK 11.0.9 + uses: actions/setup-java@v2.3.0 with: - java-version: '11.0.9' - architecture: x64 + java-version: '11.0.10' + distribution: 'adopt-hotspot' - name: Build with Maven run: mvn clean validate compile --batch-mode --show-version --quiet -DskipTests=true -f pom.xml