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 46392d3 commit 2d26c93Copy full SHA for 2d26c93
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
java-version: '17'
33
distribution: 'temurin'
34
- arguments: build --no-daemon
+ - run: ./gradlew build --no-daemon
35
- name: Upload test reports
36
uses: actions/upload-artifact@v4
37
if: always()
0 commit comments