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 3428bb1 commit 7bfbcefCopy full SHA for 7bfbcef
.github/workflows/quality.yml
@@ -166,5 +166,7 @@ jobs:
166
distribution: 'temurin'
167
- name: Set up Gradle
168
uses: gradle/actions/setup-gradle@v4
169
+ with:
170
+ cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
171
- name: Generate documentation
172
run: ./gradlew :dokkaGenerate
0 commit comments