Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu committed Feb 6, 2024
2 parents 696b979 + ad4bc5e commit 47f0217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup executable permission
run: |
chmod +x gradlew
chmod +x gradle/wrapper/gradle-wrapper.jar
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
Empty file modified gradle/wrapper/gradle-wrapper.jar
100644 → 100755
Empty file.

0 comments on commit 47f0217

Please sign in to comment.