Skip to content

Commit

Permalink
Remove build and scan options
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Aug 29, 2024
1 parent ffe07fa commit 1dbead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_bisq_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Gradle Build Action
uses: gradle/[email protected]
with:
arguments: clean build --scan
arguments: build -x test
build-root-directory: ${{ inputs.build-root-dir }}
gradle-executable: ./gradlew
gradle-version: 8.9

0 comments on commit 1dbead6

Please sign in to comment.