Skip to content

Commit

Permalink
Mention IntelliJ Run Configurations in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiwiec committed Dec 22, 2014
1 parent ed42be2 commit d18b2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To open the Gradle project in IDEA, simply run the following task from the root:

./gradlew idea

This will generate appropriate IDEA metadata so that the project can be opened from within IDEA.
This will generate appropriate IDEA metadata so that the project can be opened from within IDEA. Also, IntelliJ Run Configurations will be generated, which allow you to run/debug Gradle or run pre-commit tests.

Note that due to an IDEA glitch, the first build of Gradle from IDEA will fail. Launching a second build fixes the compilation error.

Expand Down

0 comments on commit d18b2eb

Please sign in to comment.