Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 465 Bytes

Preconditions

  • Java 8
  • Intellij IDEA
  • Lombok (plugin + config)
  • ./gradlew build (Linux), gradlew.bat build (Windows)

Lombok

  • File -> Settings -> Plugins
  • Browse repositories -> Lombok Plugin -> Install
  • Restart
  • File -> Settings
  • Build, execution, deployment -> Compiler -> Annotation Processors
  • Enable annotation processing

Running