Skip to content

Commit 6a2117c

Browse files
committed
Fix readme
1 parent a11f3a5 commit 6a2117c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1-
#### Notes
1+
# Community Commons module
2+
3+
Add reusable Java methods that can be called from microflows and custom Java actions to bring functionality for working with dates, batches, strings, files, configurations, etc.
4+
25
In version 7.2.0 of this module, we introduced a new way of dependency management using a Gradle build file. Unfortunately, this does not mean that obsolete JARs are automatically deleted from your apps' userlib folders when you import this module into your app model.
36

47
The Community Commons container project contains a variety of predesigned unit tests. To use these tests, download the Unit Testing module from the Mendix Marketplace and run `gradle copyAllToUserlib`. This module has a dependency on the Object Handling module, so that module should also be imported to your app if you want to run the tests.
58

69
Please see [Community Commons Function Library](https://docs.mendix.com/appstore/modules/community-commons-function-library) in the Mendix documentation for details.
10+
11+
## Mendix marketplace
12+
https://marketplace.mendix.com/link/component/170
713

8-
#### To publish the module to Appstore
14+
## To publish the module to Appstore
915

10-
###### Step 1: Update the required properties
16+
#### Step 1: Update the required properties
1117
1. `marketplace/release-notes`: (mandatory) Add your release notes txt with the file name as the version number you mentioned in the `gradle.properties` (Example: 2.1.2.txt)
1218
2. `marketplace/decription.html`: (optional) Update the description of the module
1319
3. `marketplace/documentation.html`: (optional) Update the documentation of the module
1420

15-
###### Step 2: Publish the module
21+
#### Step 2: Publish the module
1622
Release to the Marketplace with the following command:
1723
```
1824
gradle release [email protected] -PmarketplacePassword=MyMarketPlacePassword
1925
```
2026

21-
#### References:
27+
## References:
2228
1. [Gradle publish marketplace module plugin](https://gitlab.rnd.mendix.com/runtime/gradle-mx-publish-module-plugin)
2329

0 commit comments

Comments
 (0)