You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/05/10 08:40:57 UTC

[incubator-seatunnel] branch dev updated: Add a step of Install JetBrains IDEA Lombok Plugin (#1841)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new cc457f0e Add a step of Install JetBrains IDEA Lombok Plugin (#1841)
cc457f0e is described below

commit cc457f0e598e5c39880ebcaaf1f272a8e36e6b6c
Author: Jason <81...@qq.com>
AuthorDate: Tue May 10 16:40:51 2022 +0800

    Add a step of Install JetBrains IDEA Lombok Plugin (#1841)
    
    Add a step of Install JetBrains IDEA Lombok Plugin, otherwise the IDEA cannot run the example.
    
    Co-authored-by: Jason <ji...@163.com>
---
 docs/en/contribution/setup.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/en/contribution/setup.md b/docs/en/contribution/setup.md
index d7ec81ce..bfca4e2d 100644
--- a/docs/en/contribution/setup.md
+++ b/docs/en/contribution/setup.md
@@ -41,6 +41,11 @@ Now, you can open your JetBrains IntelliJ IDEA and explore the source code, but
 you should also install JetBrains IntelliJ IDEA's [Scala plugin](https://plugins.jetbrains.com/plugin/1347-scala).
 See [install plugins for IDEA](https://www.jetbrains.com/help/idea/managing-plugins.html#install-plugins) if you want to.
 
+### Install JetBrains IDEA Lombok Plugin
+
+Before running the following example, you should also install JetBrains IntelliJ IDEA's [Lombok plugin](https://plugins.jetbrains.com/plugin/6317-lombok).
+See [install plugins for IDEA](https://www.jetbrains.com/help/idea/managing-plugins.html#install-plugins) if you want to.
+
 ## Run Simple Example
 
 After all the above things are done, you just finish the environment setup and can run an example we provide to you out