Skip to content

Commit

Permalink
chore: add --scan to gradlew build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent 42dfde2 commit 745548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: '17'

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --scan
working-directory: bindings/java/java_code

- name: Run Gradle tests
Expand Down

0 comments on commit 745548e

Please sign in to comment.