You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Your ideas/fixes/algorithms are more than welcome!
19
19
20
20
1. Install Intellij on your machine, either CE or UE.
21
21
2. git clone this repo to your local disk
22
-
3. import this project as a new project (doesnotneed to be a gradle project)
22
+
3. import this project as a new project (does need to be imported as a gradle project)
23
23
4. If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, see[Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).