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 d0be601 commit 920a7f4Copy full SHA for 920a7f4
.github/workflows/gradle.yml
@@ -14,6 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
fail-fast: false
17
+ env:
18
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
19
+ DEVELOCITY_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
20
+ DEVELOCITY_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
21
steps:
22
- uses: actions/checkout@v5
23
with:
0 commit comments