Skip to content

Commit

Permalink
Merge pull request #2905 from mpolavieja/patch-1
Browse files Browse the repository at this point in the history
Update idea-import.md
  • Loading branch information
ripcurlx authored Jul 3, 2019
2 parents a0debe1 + 881b2cd commit 07205a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/idea-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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. 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`. 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. Restart IDEA
1. Go to `Import Project`, select the `settings.gradle` file and click `Open`
Expand Down

0 comments on commit 07205a2

Please sign in to comment.