Skip to content

Commit c80280e

Browse files
authored
Update README.md
1 parent cef474c commit c80280e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ To build the modules that use Gradle, use the command:
2323

2424
Building a single module
2525
====================
26-
To build a specific module run the command: `mvn clean install` in the module directory.
26+
To build a specific Maven module run the command: `mvn clean install` in the module directory.
27+
28+
To build an individual gradle sub-modules use the `gradlew` command:
29+
`./gradlew build` or `./gradlew test`.
30+
31+
Additionally, you can also use an IDE such as IntelliJ IDEA to build and test the individual modules.
2732

2833

2934
Working with the IDE

0 commit comments

Comments
 (0)