Gradle is being a pain

Answered

I had my hard drive reset, since then after I re-installed IntelliJ IDEA Ultimate. After that Gradle doesnt build my projects whatever I do. I had kept getting this error  http://prntscr.com/jjdj8d after which I re-installed all the jetbrains tools I had, including All the Java JDKs. This time I only re-installed JDK 8u172. After all of this, once again gradle is not building my projects. When I re-open the file after creating the project, I get this error http://prntscr.com/jjflau

This is being a real pain in the ass, and I have no clue what to do. Anyone know anything about what is happening?

0
3 comments
Avatar
Yaroslav Bedrov

Hello,

Does build works fine from command line? Could you please share idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue?

 

0
Avatar
Permanently deleted user

Ive never used the command line, im not so experienced. How do I get the idea.log ?

0
Avatar
Yaroslav Bedrov

Please check this article about command line. You need to navigate to your project in command line and run "gradle build".

To get log just use "Help | Show log in..." from main menu.

0

Please sign in to leave a comment.