tree: d7f8498c3e2a1e6d5f705c5c1bcc121f7cca62c4 [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 Maven and Gradle metadata for all maven artifacts we publish, as well as verifies the contents of the Kotlin distribution

To reproduce locally, first run:

./gradlew clean install publish mvnPublish dist -Pteamcity=true

-Pteamcity=true is needed for Gradle metadata tests because the tests expect artifacts to contain metadata for Javadoc elements, which are only generated on CI.