emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ1] Gradle Version? #202

Closed bianshuyang closed 2 years ago

bianshuyang commented 2 years ago

I let the IntelliJ automatically decides the gradle to download and therefore it shows: distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip Is it a problem? Since the textbook says: Open gradle/wrapper/gradle-wrapper.properties and make sure distributionUrl indicates the latest version of Gradle: distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip If it indeed is a problem, I don't know how to fix it.

TobiE0808 commented 2 years ago

I also have a similar question. I am trying to follow the steps for Quiz 0, and I am currently stuck at the part about preferences-build section. I can't find the menu and I am not sure if it is on IntelliJ or on github.

Yuxin-Ji commented 2 years ago

It is fine to have 7.2

ynd24 commented 2 years ago

I have the same issue, I cant find the menu in order to click [Preferences - Build, Execution, Deployment] and set Gradle JVM to 17.