Files
2023-12-12 10:28:48 +00:00

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
```