Files
kotlin-fork/repo/artifacts-tests
Alexander.Likhachev 6fbd26905a [Gradle] Add Gradle 8.2+ plugin variant
Fixups KT-52976 as the intention was to remove conventions registration. However until this commit, `gradle81` variant was used for all the 8.1+ versions providing an implementation that registers conventions.
^KT-63499 Fixed
2023-11-16 16:59:02 +00:00
..
2023-10-18 10:32:11 +00:00

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
# up-to-date version is in defaultSnapshotVersion property and should be used instead of "*-2.0.255*"
find ~/.m2/repository/org/jetbrains/kotlin -name "*-2.0.255*" -delete

./gradlew install
cd libraries
./mvnw install -DskipTests