Skip to content

Commit c7b9d87

Browse files
authored
Merge pull request #1024 from Baeldung/lor6-patch-1
JAVA-37523 Update README.md
2 parents abdcfcf + 218673c commit c7b9d87

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,23 @@ or if we want to build the entire repository with Integration Tests enabled, we
1717

1818
This should not be needed often as we are usually concerned with a specific module.
1919

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

2125
Building a single module
2226
====================
23-
To build a specific module run the command: `mvn clean install` in the module directory.
27+
To build a specific Maven module run the command: `mvn clean install` in the module directory.
28+
29+
To build an individual gradle sub-modules use the `gradlew` command:
30+
`./gradlew build` or `./gradlew test`.
2431

2532

2633
Working with the IDE
2734
====================
2835
This repo contains a large number of modules.
29-
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.
3037

3138

3239
Running Tests

0 commit comments

Comments
 (0)