Skip to content

Commit 2123815

Browse files
author
naresh chocha
committed
fix: remove unnecessary steps for restoring and uploading gradle.properties in CI
1 parent bf2381f commit 2123815

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,7 @@ jobs:
3737

3838
- name: Make gradlew executable
3939
run: chmod +x ./gradlew
40-
- name: Restore gradle.properties
41-
env:
42-
GRADLE_PROPERTIES: ${{ secrets.GRADLE_PROPERTIES }}
43-
shell: bash
44-
run: |
45-
mkdir -p ~/.gradle/
46-
echo "GRADLE_USER_HOME=${HOME}/.gradle" >> $GITHUB_ENV
47-
echo "${GRADLE_PROPERTIES}" > ~/.gradle/gradle.properties
4840

49-
- name: Upload gradle properties report
50-
uses: actions/upload-artifact@v4
51-
with:
52-
name: gradle-properties
53-
path: |
54-
**/gradle.properties
5541
- name: Run checks
5642
run: ./gradlew filepickerlibrary:spotlessCheck detekt
5743

0 commit comments

Comments
 (0)