Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 831 Bytes

File metadata and controls

17 lines (14 loc) · 831 Bytes

IntelliJ setup

NB! Please ensure that Intellij uses the same java installation as you do for building this project from command line. This ensures that Gradle task avoidance and build cache work properly and can greatly reduce build time.

Suggested plugins and settings:

  • Editor > Code Style > Java/Groovy > Imports
    • Class count to use import with '*': 9999 (some number sufficiently large that is unlikely to matter)
    • Names count to use static import with '*': 9999
    • Import Layout: import layout
  • Google Java Format
  • Save Actions Recommended Settings