Skip to content

Commit 6e6f195

Browse files
committed
Disable the intellij plugin build
1 parent 4ffc56f commit 6e6f195

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ cache:
1818
directories:
1919
- $HOME/.m2
2020

21-
install: mvn -pl '!idea_plugin' install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
21+
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
2222

23-
script: mvn -pl '!idea_plugin' test -B
23+
script: mvn test -B

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ Generally speaking, your starting point should be the instance methods of
7474
Building from source
7575
--------------------
7676

77-
To build google-java-format from source, you will need copy IntelliJ's
78-
platform JARs from a local IntelliJ install; see
79-
[`install-idea-jars.sh`](idea_plugin/src/main/scripts/install-idea-jars.sh).
80-
Alternatively, you can skip building the IntelliJ plugin:
81-
82-
mvn -pl '!idea_plugin' install
77+
mvn install
8378

8479
Contributing
8580
------------

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333
<modules>
3434
<module>core</module>
35+
<!-- google-java-format#24
3536
<module>idea_plugin</module>
37+
-->
3638
</modules>
3739

3840
<name>Google Java Format Parent</name>

0 commit comments

Comments
 (0)