From be9c788de804c2bd9e3abaf76b082b6b2e82e66f Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 29 Feb 2020 09:39:25 +0100 Subject: [PATCH] Rephrase IntelliJ paragraph --- docs/guidelines-for-setting-up-a-local-workspace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guidelines-for-setting-up-a-local-workspace.md b/docs/guidelines-for-setting-up-a-local-workspace.md index cd4ed16b91b..bf68939f02d 100644 --- a/docs/guidelines-for-setting-up-a-local-workspace.md +++ b/docs/guidelines-for-setting-up-a-local-workspace.md @@ -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.