Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 4, 2024
1 parent 0139177 commit ce282d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build

0 comments on commit ce282d0

Please sign in to comment.