This repository was archived by the owner on Oct 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Contributing to the HiveMQ Community Projects
4
4
5
- Welcome to the HiveMQ Community! Glad to see your interest in contributing to HiveMQ MQTT Client .
5
+ Welcome to the HiveMQ Community! Glad to see your interest in contributing to the HiveMQ Testcontainer .
6
6
Please checkout our [ Contribution Guide] ( https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc ) to
7
7
make sure your contribution will be accepted by the HiveMQ team.
8
8
@@ -55,6 +55,5 @@ change.
55
55
56
56
### Code style guidelines
57
57
58
- - The project uses Nullability annotations to avoid NullPointerExceptions: ` @NotNull ` , ` @Nullable ` .
59
- Every non-primitive parameter/return type/field should be annotated with one of them.
60
- - For IntelliJ IDEA the codeStyleConfig and the inspectionProfile are provided in the ` .idea ` folder.
58
+ The project uses Nullability annotations to avoid NullPointerExceptions: ` @NotNull ` , ` @Nullable ` .
59
+ Every non-primitive parameter/return type/field should be annotated with one of them.
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ allprojects {
45
45
allprojects {
46
46
repositories {
47
47
mavenCentral()
48
- mavenLocal()
49
48
}
50
49
51
50
ext {
Original file line number Diff line number Diff line change @@ -418,8 +418,8 @@ can be customized as desired.
418
418
419
419
## Contributing
420
420
421
- If you want to contribute to HiveMQ MQTT Client , see the [ contribution guidelines] ( CONTRIBUTING.md ) .
421
+ If you want to contribute to the HiveMQ Testcontainer , see the [ contribution guidelines] ( CONTRIBUTING.md ) .
422
422
423
423
## License
424
424
425
- HiveMQ MQTT Client is licensed under the ` APACHE LICENSE, VERSION 2.0 ` . A copy of the license can be found [ here] ( LICENSE ) .
425
+ The HiveMQ Testcontainer is licensed under the ` APACHE LICENSE, VERSION 2.0 ` . A copy of the license can be found [ here] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments