Home > Net >  vscode - Could not fetch model of type 'GradleProject' using Gradle distribution 'htt
vscode - Could not fetch model of type 'GradleProject' using Gradle distribution 'htt

Time:10-24

I was trying to build a gradle project but it returned with an error:

CONFIGURE FAILED in 14s
[error] [gradle-server] Could not fetch model of type 'GradleProject' using Gradle distribution 'https://services.gradle.org/distributions/gradle-7.2-bin.zip'.
[error] Error getting build for c:\Users\meee\OneDrive\Desktop\fabric-example-mod: Could not fetch model of type 'GradleProject' using Gradle distribution 'https://services.gradle.org/distributions/gradle-7.2-bin.zip'.
[info] Found 0 tasks

I'm using vscode for this

I saw some questions similar to this but they were about android studio, and I couldn't find anything else about it. Thanks for any help.

CodePudding user response:

Your question is similar to Gradle project fails to build while fetching non-existing snapshot distro.

Please manually install the latest CI build (0.83.0) from here. Delete .project, .settings/, ~/.toolings/ and clean the workspace directory. See if the error goes away.

CodePudding user response:

the issue has been resolved on github: https://github.com/redhat-developer/vscode-java/issues/2177, apparently it's because of onedrive

  • Related