Skip to content

Commit

Permalink
Polish the script
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Mar 31, 2023
1 parent 540a9e7 commit 978ad4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
steps:
- name: Checkout Current Repository
uses: actions/checkout@v2
# Use JDK 17.
- name: Use JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: "adopt"
# Build the code of the current repository, skipping tests and code style checks.
- name: Build Current Repository
working-directory: ./java
Expand Down

0 comments on commit 978ad4a

Please sign in to comment.