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 f1befa3 commit 26f79d0Copy full SHA for 26f79d0
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: gradle
21
java-version: 21
22
- name: Clean Build
23
- run: ./gradlew clean build --no-daemon
+ run: ./gradlew build
24
- name: Determine release status
25
if: ${{ runner.os == 'Linux' }}
26
run: |
0 commit comments