Skip to content

Commit

Permalink
test: use Gradle wrapper for Java track (#1126)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
sanderploegsma and ErikSchierboom authored May 7, 2024
1 parent 0d2cbbd commit db9c0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db9c0e8

Please sign in to comment.