Skip to content

Commit

Permalink
Rephrase IntelliJ paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 29, 2020
1 parent 13c1ff6 commit be9c788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guidelines-for-setting-up-a-local-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Equivalently, this can also be executed from the terminal by running `./gradlew

#### Using IntelliJ's internal build system

You can use IntelliJ IDEA's internal build system for compiling and running JabRef during development which is
usually more responsive. However, **it's important** that you understand that JabRef relies on generated sources
You should use IntelliJ IDEA's internal build system for compiling and running JabRef during development, because it is
usually more responsive. Thereby, **it's important** that you understand that JabRef relies on generated sources
which are only build through Gradle. Therefore, to build or update these dependencies you need to run the `assemble`
Gradle task at least once.

Expand Down

0 comments on commit be9c788

Please sign in to comment.