I have a maven project that I had converted it to gradle using the command gradle init in the IDE intellij.
The conversation was successful but then for some reason I decided to remove all the gradle files including gradle.build and did gradle init again and this time gradle.build is not created. I tried to delete the catch files in .gradle in location C in windows it didn’t help also tried “invalidated and clear catches” in IDE intellij same issue.
Please look over your post and correct it.
You provide extremely blurry information, that way it is extremely hard to guess what might be your problem.
For example do you mean “cache” when you say “catch”?
gradle.init and gradle.build are not a thing, but maybe you mean build.gradle?
…?
Also, what happens if you do the command now, what is the output?
Can you share the build --scan URL of your unsuccessful try?