We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2381f commit 2123815Copy full SHA for 2123815
1 file changed
.github/workflows/ci.yml
@@ -37,21 +37,7 @@ jobs:
37
38
- name: Make gradlew executable
39
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
48
49
- - name: Upload gradle properties report
50
- uses: actions/upload-artifact@v4
51
- with:
52
- name: gradle-properties
53
- path: |
54
- **/gradle.properties
55
- name: Run checks
56
run: ./gradlew filepickerlibrary:spotlessCheck detekt
57
0 commit comments