remove step that is not needed anymore now

This commit is contained in:
Christoph Sturm 2019-07-25 14:10:02 +02:00
parent de4e1d7b58
commit 50f54506e1

View File

@ -4,7 +4,6 @@ Most Bisq contributors use IDEA for development. The following instructions have
1. Follow the instructions in [build.md](build.md) to clone and build Bisq at the command line. 1. Follow the instructions in [build.md](build.md) to clone and build Bisq at the command line.
1. Open IDEA 1. Open IDEA
1. Go to `Help->Edit Custom Properties...`, add a line to the file that reads `idea.max.intellisense.filesize=12500` (to handle Bisq's very large generated `PB.java` Protobuf source file)
1. Go to `Preferences->Plugins` (`File->Settings, Plugins for Windows`). Search for and install the _Lombok_ plugin. When prompted, do not restart IDEA. 1. Go to `Preferences->Plugins` (`File->Settings, Plugins for Windows`). Search for and install the _Lombok_ plugin. When prompted, do not restart IDEA.
1. Go to `Preferences->Build, Execution, Deployment->Compiler->Annotation Processors` and check the `Enable annotation processing` option (to enable processing of Lombok annotations) 1. Go to `Preferences->Build, Execution, Deployment->Compiler->Annotation Processors` and check the `Enable annotation processing` option (to enable processing of Lombok annotations)
1. Restart IDEA 1. Restart IDEA