Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wqyeo authored Jul 3, 2024
1 parent 35016bd commit e3020da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '1.8'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install && mvn test

0 comments on commit e3020da

Please sign in to comment.