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.
NB! 请确保Intellij使用与你构建此项目时使用相同的java安装。 这可以确保Gradle任务规避和构建缓存正常工作,并可以大大减少构建时间。
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:
- Class count to use import with ‘*’:
- Google Java Format
- Save Actions