diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index ebf9cb4b7..d09863762 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -143,7 +143,8 @@ var TestConfigurations = map[string]TestConfiguration{ Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`, }, "java": { - Command: "gradle test", + Command: "./gradlew test", + WindowsCommand: "gradlew.bat test", }, "javascript": { Command: "npm run test",