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 31a4829 commit c422077Copy full SHA for c422077
.github/workflows/pre-release.yml
@@ -312,7 +312,7 @@ jobs:
312
cat gradle.properties
313
- name: "🧩 Run Assemble"
314
if: success()
315
- run: ./gradlew assemble
+ run: ./gradlew -U assemble
316
env:
317
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
318
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
0 commit comments