Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Selecting the option "Use Default Gradle Wrapper" doesn't work. The .iml file is not present in the specified location

Selecting the option "Use Default Gradle Wrapper" doesn't work. The .iml file is not present in the specified location for the current intelliJ version. Adding the spring dependency to the build file fails, due to gradle being mis-configured. Following the instructions exactly, I have a non-working install

This was corrected, actually by restarting / creating a second duplicate project. I have found with IDEs in general, the answer is often restart of create a new project. Now the setting are working, and it prompted me to allow through windows firewall. The first time around I was not prompted.

IT seems based on the other comment I know have gradle working, but even with the dependency listed in my file, it does not propogate to the left pane under External Libraries. Even after a refresh

Ultimately continuing through the steps I had success. The dependencies didn't populate in the same place initially, the different version of the IDE cause me a lot of confusion