We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3328080 commit fc669e2Copy full SHA for fc669e2
README.md
@@ -6,3 +6,13 @@
6
[Google Java Style][].
7
8
[Google Java Style]: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html
9
+
10
+Building
11
+--------
12
13
+To build google-java-format from source, you will need copy IntelliJ's
14
+platform JARs from a local IntelliJ install; see
15
+[`install-idea-jars.sh`](idea_plugin/src/main/scripts/install-idea-jars.sh).
16
+Alternatively, you can skip building the IntelliJ plugin:
17
18
+ mvn -pl '!idea_plugin' install
0 commit comments