Skip to content

Commit 6dc2e06

Browse files
authored
Dropped IntelliJ Lombok plugin install (#725)
It's now bundled with IntelliJ.
1 parent e7231b9 commit 6dc2e06

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/_docs/features.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
Features provided by the GantSign EnV development environment.
66
numbered_headings: yes
77
date: 2017-01-18T16:35:52+00:00
8-
modified: 2021-04-10T23:45:25+01:00
8+
modified: 2021-04-22T21:57:37+01:00
99
---
1010

1111
There are a lot of well known projects, and hidden gems, which aid in your
@@ -735,8 +735,6 @@ you know when the build is complete.
735735
adds the Dependency Analyzer tab to the editor panel for `pom.xml` files.
736736
* [CheckStyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea)
737737
for checking the code style of your Java source files.
738-
* [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok-plugin) to cut down
739-
boilerplate in your Java source code.
740738
* [Concise AssertJ Optimizing Nitpicker](https://plugins.jetbrains.com/plugin/12195-concise-assertj-optimizing-nitpicker-cajon-)
741739
to help you write more concise assertions using AssertJ.
742740
* [LogSupport2](https://plugins.jetbrains.com/plugin/9417-log-support-2) to

provisioning/playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@
464464
- username: vagrant
465465
intellij_plugins:
466466
- CheckStyle-IDEA
467-
- Lombook Plugin
468467
- LogSupport2
469468
- MavenRunHelper
470469
- de.platon42.cajon

0 commit comments

Comments
 (0)