You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing gradle on windows is explained on the Installing Java page.
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.
Please do remember, that choco needs an elevated powershell to work.
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.
The text was updated successfully, but these errors were encountered:
@dtwizee commented on Mon Feb 13 2017
first time using excercise.io installed everything correctly but couldnt get gradle test in cmd to work
help would be appreciated
@NobbZ commented on Mon Feb 13 2017
Installing
gradle
on windows is explained on the Installing Java page.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
.Please do remember, that
choco
needs an elevated powershell to work.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.
The text was updated successfully, but these errors were encountered: