Skip to content

Commit

Permalink
add setup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsoong committed Nov 28, 2024
1 parent 0f0ed5f commit 27be013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
java-version: 17
distribution: adopt
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582
- name: Build JAR
run: |
./gradlew build
Expand Down

0 comments on commit 27be013

Please sign in to comment.