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 a4b5e44 commit f876430Copy full SHA for f876430
.github/workflows/ci.yml
@@ -37,6 +37,13 @@ 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
+ # Print the entire GRADLE_PROPERTIES value in logs
46
+ echo "GRADLE_PROPERTIES: $GRADLE_PROPERTIES"
47
48
- name: Run checks
49
run: ./gradlew filepickerlibrary:spotlessCheck detekt
0 commit comments