blob: add0a705762181251cd3843bff5de2e3ae4a3565 [file] [log] [blame] [view] [edit]
# 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
# clean local m2 from old artifacts to avoid unrelated failures
find ~/.m2/repository/org/jetbrains/kotlin -name "*-1.9.255*" -delete
./gradlew install
cd libraries
mvn install -DskipTests
```