Skip to content

Commit db9c0e8

Browse files
test: use Gradle wrapper for Java track (#1126)
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
1 parent 0d2cbbd commit db9c0e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workspace/test_configurations.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ var TestConfigurations = map[string]TestConfiguration{
143143
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`,
144144
},
145145
"java": {
146-
Command: "gradle test",
146+
Command: "./gradlew test",
147+
WindowsCommand: "gradlew.bat test",
147148
},
148149
"javascript": {
149150
Command: "npm run test",

0 commit comments

Comments
 (0)