Skip to content

Commit

Permalink
Add setup gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Aug 3, 2024
1 parent 1d95201 commit fbd39e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
java-version: '17'
java-package: jdk+fx

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Build and check with Gradle
run: ./gradlew check

Expand Down

0 comments on commit fbd39e4

Please sign in to comment.