Skip to content

Commit 9fc6e8d

Browse files
committed
Change JDK recommendation
1 parent e9f821b commit 9fc6e8d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ We recommend to develop your changes by using [IntelliJ IDEA](https://www.jetbra
1010
Therefore, the following guide will focus on creating your changes using IntelliJ.
1111

1212
Furthermore, the following is needed to make your development efforts as smoothly as possible:
13-
- A Java 11 JDK (we recommend [temurin](https://adoptium.net/de/temurin/releases/?version=11)) => [Set the JDK in IntelliJ](https://www.jetbrains.com/help/idea/sdk.html)
13+
- A Java 8 JDK (for example [Azul Zulu JDK](https://www.azul.com/downloads/))
1414
- [Docker](https://www.docker.com/)
1515
- Fill out and sign the [Contributor License Agreement](https://www.hivemq.com/downloads/Contributor_License_Agreement.pdf)
1616
- Send the signed agreement to ([email protected]) with the subject `CLA for Project: <Project Name>`.
1717
- Please read this document carefully before signing it and keep a copy for your own records
1818
- Once we've received your signed CLA, you will be added to the list of contributors and our HiveMQ Development Team will review your contributions
1919
- In case the rights to all intellectual property created by you are maintained by your employer, including your work on HiveMQ Open Source Projects, you must ensure you have retained all rights to grant the license, or that your employer has agreed to a separate [Corporate CLA](https://www.hivemq.com/downloads/Corporate_Contributor_License_Agreement.pdf)
2020

21-
22-
2321
## 1. Setup project
2422

2523
- The following steps will setup a triangle workflow, which will enable you to easily create, update and get your changes into the master branch
@@ -74,7 +72,6 @@ Furthermore, the following is needed to make your development efforts as smoothl
7472

7573
![run-config.png](img/run-config.png)
7674

77-
7875
## 6. Commit and Push
7976
- Before committing execute `./gradlew licenseFormat` to add license headers to each file
8077
- [Reformat each changed file](https://www.jetbrains.com/help/idea/reformat-and-rearrange-code.html#reformat_file) using the .editorconfig settings of the project

0 commit comments

Comments
 (0)