Skip to content

Commit

Permalink
chore: add local.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Feb 1, 2025
1 parent 1fcb60b commit 694e45a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
distribution: 'temurin'
java-version: 17

- name: Create Local Properties
run: touch local.properties

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 694e45a

Please sign in to comment.