Skip to content

Commit 218673c

Browse files
authored
Update README.md
1 parent c80280e commit 218673c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This should not be needed often as we are usually concerned with a specific modu
1919

2020
To build the modules that use Gradle, use the command:
2121
`mvn clean install -Pgradle-modules`
22+
This compiles and runs the tests in all the Gradle submodules using the maven-exec plugin.
2223

2324

2425
Building a single module
@@ -28,13 +29,11 @@ To build a specific Maven module run the command: `mvn clean install` in the mod
2829
To build an individual gradle sub-modules use the `gradlew` command:
2930
`./gradlew build` or `./gradlew test`.
3031

31-
Additionally, you can also use an IDE such as IntelliJ IDEA to build and test the individual modules.
32-
3332

3433
Working with the IDE
3534
====================
3635
This repo contains a large number of modules.
37-
When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ.
36+
When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in your IDE.
3837

3938

4039
Running Tests

0 commit comments

Comments
 (0)