We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838868c commit 029a3f8Copy full SHA for 029a3f8
.github/workflows/build.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@v3
16
- name: Build with Gradle
17
- run: ./gradlew build
+ run: ./gradlew build --no-configuration-cache
0 commit comments