Skip to content

Commit

Permalink
gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
SfenKer committed May 23, 2024
1 parent b3727bc commit ccd9e6b
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 @@ -13,6 +13,8 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: 'Assign Permissions'
run: 'chmod +x ./gradlew'
- name: 'Build (Gradle)'
run: './gradlew core:build'
- name: 'Upload (API)'
Expand Down

0 comments on commit ccd9e6b

Please sign in to comment.