We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0943df commit a9c4902Copy full SHA for a9c4902
1 file changed
.github/workflows/maven.yml
@@ -28,6 +28,10 @@ jobs:
28
cache: 'maven'
29
- name: Build with Maven
30
run: ./mvnw clean install -B -U -P sonar
31
+ env:
32
+ GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
33
+ GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
34
+ GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
35
- uses: codecov/codecov-action@v4
36
with:
37
fail_ci_if_error: false
0 commit comments