We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first time using excercise.io installed everything correctly but couldnt get gradle test in cmd to work
'gradle' is not recognized as an internal or external command, operable program or batch file.``` help would be appreciated
The text was updated successfully, but these errors were encountered:
Installing gradle on windows is explained on the Installing Java page.
gradle
According to your error message I'd guess you are using windows, so the next step according to that guide is to choco install gradle.
choco install gradle
Please do remember, that choco needs an elevated powershell to work.
choco
If your problem persists though, it would be more appropriate to open up an issue at https://github.com/exercism/xjava/issues since documentation is part of the tracks repository.
Sorry, something went wrong.
Issue moved to exercism/xjava #294 via ZenHub
No branches or pull requests
first time using excercise.io installed everything correctly but couldnt get gradle test in cmd to work
The text was updated successfully, but these errors were encountered: