We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef474c commit c80280eCopy full SHA for c80280e
README.md
@@ -23,7 +23,12 @@ To build the modules that use Gradle, use the command:
23
24
Building a single module
25
====================
26
-To build a specific module run the command: `mvn clean install` in the module directory.
+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.
32
33
34
Working with the IDE
0 commit comments