Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev guide: added lombok links #2844

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/content/docs/developer/building-zap-with-eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ If you want to make changes to ZAP using the Eclipse IDE then you are in the rig
## Preparation
You will need to have followed the [Quick Start Guide to Building ZAP](../quick-start-build/) and installed a version of [Eclipse](https://www.eclipse.org/) suitable for Java development. We would suggest the "Eclipse IDE for Java Developers" [package](https://www.eclipse.org/downloads/packages/).

## Install Lombok

Follow the instructions on https://projectlombok.org/setup/eclipse#via-eclipse-plugin-installer

## Import the ZAP Repositories
In Eclipse select the 'File' menu, then 'Import...', and then 'Gradle' → 'Existing Gradle Project':

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This guide explains how to make changes to ZAP using IntelliJ IDEA.
## Preparation
You will need to have followed the [Quick Start Guide to Building ZAP](../quick-start-build/) and installed a version of [IntelliJ IDEA](https://www.jetbrains.com/idea/download/).

## Install Lombok

Follow the instructions on https://projectlombok.org/setup/intellij

##### Gradle Resources
Working with ZAP in IntelliJ IDEA may need a bit more Java resources for the Gradle actions. To adjust how much memory Gradle can use on your machine set the option in [gradle.properties](https://docs.gradle.org/current/userguide/build_environment.html)

Expand Down