Gradle project refresh fails
Hello.
I'm having a weird problem currently. Gradle peoject refreshes fail. No matter if it's a single project or a multi project.
In case of a multi project it fails at refreshing the first sub-project.
Unfortunately I couldn't find any trace in log files about this error.
Attached is a screenshot of this happening.
Using gradle wrapper 1.11 or 1.12 doesn't make a difference.
Any knows how to possibly get more information about what's happening. Are there otger log files?
Log files under ~/Library/Logs contain nothing about this.
Manfred
Attachment(s):
gradle-refresh-fail.png
请先登录再写评论。
OK, seems to be solved.
I had recursively changed file permissions. That must have cause it.
Deleting "gradle" and ".gradle" folders in the project folder and regenerating them using the wrapper fixed the problem.
Manfred
Some additional info:
Building the project from cmd line works OK. There are no problems of any kind, only when trying to open the project in IntelliJ IDEA then I see the above error.
Manfred