tree: 9ccff98fd89b935acefc3836740d27c6e4ed705e [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. README.md
repo/artifacts-tests/README.md

Artifacts Tests

This module contains tests for changes in pom files for all maven artifacts we publish

To reproduce locally build all artifacts first:

# 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