Skip to content

Commit

Permalink
Update test-examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asibross authored Oct 30, 2024
1 parent 05e25f7 commit 765e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def update_build(build_file, version):


def run_example_build(project_dir, build_file="", settings_file=""):
command = [gradlew, "-p", project_dir, "-s", "-w", "--info", "--stacktrace"]
command = [gradlew, "-p", project_dir, "-s", "-w", "--debug", "--stacktrace"]

if settings_file:
command.extend(["-c", settings_file])
Expand Down

0 comments on commit 765e3f5

Please sign in to comment.