This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 3 in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit 763fab14a692ed0b8a916aac188bf8c1bd30ec20 Author: ddekany <[email protected]> AuthorDate: Sun Aug 4 22:22:56 2019 +0200 (Small README fix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1433aa1..17d727e 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Last tested on IntelliJ IDEA Community 2017.1.5. - You may do "Build"/"Build project" (Ctrl+F9) to see if everything compiles now. - You may run the `test` task of the root project with Gradle to see that everything works as expected. To do that from IntelliJ, create a run configuration: - "Run" \ "Run Configurations..." \ "+" \ "Gradle" then: + "Run" \ "Edit Configurations..." \ "+" \ "Gradle" then: - Set "Name" to `All tests` for example - Set "Gradle project" to the root project (`freemarker`) - Set "Tasks" to `test`
