Skip to content

Commit

Permalink
build($GitHub): update JDK setup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Sep 14, 2021
1 parent dbeb2bb commit 2bb3b8e
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 11.0.9
uses: actions/setup-java@v2.3.0
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '11.0.10'
distribution: 'adopt-hotspot'
java-version: '11.0.9'
architecture: x64
- 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 2bb3b8e

Please sign in to comment.