Removed mention of resolved issue. (#36)
This commit is contained in:
parent
b54556b8ec
commit
612169c4a0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ instructions at [github](https://docs.github.com/en/repositories/creating-and-ma
|
|||
|
||||
Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse.
|
||||
|
||||
> **Note**: For IDEs other than Intellij IDEA, you must run the `ideBeforeRun` task first from the terminal (such as `./gradlew ideBeforeRun`) for the run configs to work.
|
||||
> **Note**: For Eclipse, use tasks in `Launch Group` instead of ones founds in `Java Application`. A preparation task must run before launching the game. NeoGradle uses launch groups to do these subsequently.
|
||||
|
||||
If at any point you are missing libraries in your IDE, or you've run into problems you can
|
||||
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
|
||||
|
|
Loading…
Reference in a new issue