mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-25 05:24:20 +00:00
use google java formatter to avoid downloading eclipse during build
This commit is contained in:
@@ -285,12 +285,9 @@
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<java>
|
||||
<eclipse>
|
||||
<file>${project.basedir}/dev/EclipseCodeFormatter.xml</file>
|
||||
</eclipse>
|
||||
<importOrder>
|
||||
<file>${project.basedir}/dev/eclipse.importorder</file>
|
||||
</importOrder>
|
||||
<googleJavaFormat>
|
||||
<style>AOSP</style>
|
||||
</googleJavaFormat>
|
||||
</java>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user