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 8870099 commit 47e175fCopy full SHA for 47e175f
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run Assemble
43
if: success()
44
id: assemble
45
- run: ./gradlew assemble
+ run: ./gradlew -U assemble
46
env:
47
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
48
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
0 commit comments