Skip to content

Commit

Permalink
remove root local.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed May 16, 2024
1 parent 6ad2aad commit 510ddf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
distribution: temurin
java-version: 17
- name: touch local props
run: |
touch local.properties
touch demo-app/local.properties
run: touch demo-app/local.properties
- name: run gradle check
run: ./gradlew check
- name: build demo app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 17

- name: touch local props
run: touch local.properties
run: touch demo-app/local.properties

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
distribution: temurin
java-version: 17
- name: touch local props
run: |
touch local.properties
touch demo-app/local.properties
run: touch demo-app/local.properties
- name: run gradle
run: ./gradlew check
- name: build demo app
Expand Down

0 comments on commit 510ddf4

Please sign in to comment.