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 0bff297 commit d103babCopy full SHA for d103bab
.github/workflows/android-reusable-test.yaml
@@ -51,6 +51,12 @@ jobs:
51
52
- name: Setup Gradle
53
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # 4.1.0
54
+ with:
55
+ develocity-access-key: ${{ secrects.GE_ACCESS_KEY }}
56
+ develocity-injection-enabled: true
57
+ develocity-url: https://ge.apache.org
58
+ develocity-plugin-version: 3.18.1
59
+
60
61
- name: Enable KVM
62
run: |
0 commit comments