Skip to content

Commit

Permalink
revert($GitHub): fallback JDK setup
Browse files Browse the repository at this point in the history
Revert "build($GitHub): update JDK setup"

This reverts commit
2bb3b8e.
  • Loading branch information
johnnymillergh committed Sep 14, 2021
1 parent 2bb3b8e commit 2eb80fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2eb80fb

Please sign in to comment.