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 Introducing the Project

Juan Andres Moreno
Juan Andres Moreno
1,402 Points

Which Gradle version do I need?

Hi, the video seems to be a little outdated... The proyect build doesn´t work with the latest gradle version (4.8). Which one do I need?

Thanks

1 Answer

I had success with updating the distributionUrl in Java-Debugging-Flashy/gradle/wrapper/gradle-wrapper.properties

https://services.gradle.org/distributions/gradle-4.8-bin.zip

USER NOTES: Editions: Windows 10, Intellij 2019.1.3 (Community Edition) Supporting Link: https://stackoverflow.com/questions/50121333/could-not-determine-java-version-using-executable-c-program-files-java-jdk-10-0/51714258

If you have intellij 2022, the gradle version that worked for me is

https://services.gradle.org/distributions/gradle-5.2.1-bin.zip

Put it where adam above said.