Skip to content

Commit

Permalink
add "--stacktrace" for devtools-tests (to investigate failures on Win…
Browse files Browse the repository at this point in the history
…dows)
  • Loading branch information
snazy committed Mar 28, 2023
1 parent 95d3e01 commit 0fa84cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public final class WrapperRunner {

public enum Wrapper {
GRADLE("gradlew", "gradlew.bat", new String[] { "--no-daemon", "build", "-i" }),
GRADLE("gradlew", "gradlew.bat", new String[] { "--no-daemon", "build", "--info", "--stacktrace" }),
MAVEN("mvnw", "mvnw.cmd", new String[] { "package" });

private final String execUnix;
Expand Down

0 comments on commit 0fa84cb

Please sign in to comment.