Skip to content

Commit

Permalink
Fix GitHub action JDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
NawaMan committed Jul 27, 2023
1 parent 8022095 commit 4aa049e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'adopt'
- name: Run build script
run: bash ./build.sh

0 comments on commit 4aa049e

Please sign in to comment.