Skip to content

Commit

Permalink
ci: github build workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
huksley committed Jul 8, 2024
1 parent 831caeb commit 7401ea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '21'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean package

0 comments on commit 7401ea5

Please sign in to comment.