File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Then you can add it to your IDE (how-to for [IntelliJ](https://www.jetbrains.com
62
62
### IDEs and Build Tools
63
63
64
64
This is a multi-module Maven project, which your IDE should be able to import.
65
- You should use at least Intellij IDEA 2017.2, Eclipse Oxygen.1a, or NetBeans 9.
65
+ You should use at least IntelliJ IDEA 2017.2, Eclipse Oxygen.1a, or NetBeans 9.
66
66
If you're using Maven directly, make sure you have 3.5.0 or higher.
67
67
68
68
@@ -94,3 +94,5 @@ The root directory contains a number of Windows batch and Linux shell scripts:
94
94
* ` multi-compile ` : compiles all modules at once
95
95
* ` dry-run ` : launches the application with ` --dry-run ` , which aborts before calling the main method
96
96
* ` run ` : launches the application
97
+
98
+ Before you can use them, you need to run ` mvn install ` once, so Maven can download the dependencies and copy them into the ` libs ` folder.
You can’t perform that action at this time.
0 commit comments