b7d56dea44
^KTI-1345
10 lines
212 B
Markdown
10 lines
212 B
Markdown
# Artifacts Tests
|
|
|
|
This module contains tests for changes in pom files for all maven artifacts we publish
|
|
|
|
To reproduce locally build all artifacts first:
|
|
|
|
```shell
|
|
./gradlew clean install publish mvnPublish
|
|
```
|