You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This should not be needed often as we are usually concerned with a specific modu
19
19
20
20
To build the modules that use Gradle, use the command:
21
21
`mvn clean install -Pgradle-modules`
22
+
This compiles and runs the tests in all the Gradle submodules using the maven-exec plugin.
22
23
23
24
24
25
Building a single module
@@ -28,13 +29,11 @@ To build a specific Maven module run the command: `mvn clean install` in the mod
28
29
To build an individual gradle sub-modules use the `gradlew` command:
29
30
`./gradlew build` or `./gradlew test`.
30
31
31
-
Additionally, you can also use an IDE such as IntelliJ IDEA to build and test the individual modules.
32
-
33
32
34
33
Working with the IDE
35
34
====================
36
35
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.
0 commit comments