We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ee696 commit a682dbcCopy full SHA for a682dbc
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Grant execute permission for gradlew
21
run: chmod +x gradlew
22
- name: Compile and checkstyle with Gradle
23
- run: cd exercises && ../gradlew check compileStarterSourceJava --parallel --continue --stacktrace
+ run: cd exercises && ../gradlew check compileStarterSourceJava --parallel --continue --info
24
25
test:
26
0 commit comments