Skip to content

Commit a682dbc

Browse files
authored
Use info rather than stacktrace for gradle (exercism#2004)
--info returns more helpful information than --stacktrace
1 parent f7ee696 commit a682dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Grant execute permission for gradlew
2121
run: chmod +x gradlew
2222
- name: Compile and checkstyle with Gradle
23-
run: cd exercises && ../gradlew check compileStarterSourceJava --parallel --continue --stacktrace
23+
run: cd exercises && ../gradlew check compileStarterSourceJava --parallel --continue --info
2424

2525
test:
2626

0 commit comments

Comments
 (0)