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 23037c2 commit 040037dCopy full SHA for 040037d
.github/workflows/reproducible-build.yml
@@ -19,9 +19,12 @@ jobs:
19
uses: actions/setup-java@v1
20
with:
21
java-version: 11
22
+ - name: Prepare Gradle Enterprise credentials
23
+ shell: bash
24
+ run: |
25
+ mkdir -p $HOME/.gradle/enterprise/
26
+ echo "${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}" > $HOME/.gradle/enterprise/keys.properties
27
- name: Build and compare checksums
28
shell: bash
- env:
- GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
29
run: |
30
./src/checkBuildReproducibility.sh
0 commit comments