I recently downloaded wpilib and vscode for the first time and when i try to build the template without changing anything i get this
Exception in thread “main” java.lang.RuntimeException: Could not determine wrapper version.
at org.gradle.wrapper.GradleWrapperMain.wrapperVersion(GradleWrapperMain.java:111)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)
Caused by: java.lang.RuntimeException: No build receipt resource found.
at org.gradle.wrapper.GradleWrapperMain.wrapperVersion(GradleWrapperMain.java:97)
… 1 more
The terminal process terminated with exit code: 1
Googling real quick, it seems like that is caused by having your project in a path with special characters in it. Make sure your project is in a path containing only letters and numbers, and no symbols.
1 Like
Yeah turns out i put a special character when naming a folder, , i feel dumb, thanks for the help
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.