Skip to content

Commit

Permalink
GH Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidRepo committed Jul 22, 2023
1 parent d58b461 commit 46afc8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildandupload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Build
run: ./gradlew build

Expand Down

0 comments on commit 46afc8f

Please sign in to comment.