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 0d2cbbd commit db9c0e8Copy full SHA for db9c0e8
1 file changed
workspace/test_configurations.go
@@ -143,7 +143,8 @@ var TestConfigurations = map[string]TestConfiguration{
143
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`,
144
},
145
"java": {
146
- Command: "gradle test",
+ Command: "./gradlew test",
147
+ WindowsCommand: "gradlew.bat test",
148
149
"javascript": {
150
Command: "npm run test",
0 commit comments