Skip to content

Commit

Permalink
Fix for workflow (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordahl committed Aug 16, 2024
1 parent 4df8bcf commit 88a40af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
java-version: "17"
distribution: "temurin" # AdoptOpenJDK builds from Eclipse Foundation

- name: Set execute permissions for Gradle wrapper
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 88a40af

Please sign in to comment.