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

Java Spring Basics Introduction and Setting up Our Development Tools Gradle in Action

Unable to resolve junit 4.11:11 in Gradle window & junit missing from External Libraries

So...I'm progressing through this course at less than one video per day due to IntelliJ/Gradle not doing what the instructor says it will do. I am following the directions, so I assume it's some setup issue.

I did already complete the Local Development Environments with no problems, but as i recall there were no dependencies involved and no Gradle.

Anyway, the exact question is in the title. Immediately upon completing project creation, before changing anything at all, if you look at the build.gradle file, it lists junit as a dependency, but in the Gradle projects window junit gives the error "unable to resolve" and in the External Libraries junit does not appear as a loaded dependency.

So...assuming this is a setting issue, what is it likely to be? And if it's something else what is that?

Thanks!

RCM