Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 8faa43f

Browse files
authored
Replace deprecated save actions plugin with XDEV fork
1 parent a9b2594 commit 8faa43f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You should have the following things installed:
2626
### Recommended setup
2727
* Install ``IntelliJ`` (Community Edition is sufficient)
2828
* Install the following plugins:
29-
* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions) - Provides save actions, like running the formatter or adding ``final`` to fields
29+
* [Save Actions](https://plugins.jetbrains.com/plugin/22113) - Provides save actions, like running the formatter or adding ``final`` to fields
3030
* [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint) - CodeStyle/CodeAnalysis
3131
* [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) - CodeStyle/CodeAnalysis
3232
* Import the project
@@ -42,4 +42,4 @@ Before releasing:
4242
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
4343

4444
When the release is finished do the following:
45-
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
45+
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``

0 commit comments

Comments
 (0)