Add cleaning instruction to artifacts tests README
This commit is contained in:
committed by
Space Team
parent
d81c79b3bc
commit
04d330edae
@@ -5,6 +5,9 @@ This module contains tests for changes in pom files for all maven artifacts we p
|
|||||||
To reproduce locally build all artifacts first:
|
To reproduce locally build all artifacts first:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# clean local m2 from old artifacts to avoid unrelated failures
|
||||||
|
find ~/.m2/repository/org/jetbrains/kotlin -name "*-1.9.255*" -delete
|
||||||
|
|
||||||
./gradlew install
|
./gradlew install
|
||||||
cd libraries
|
cd libraries
|
||||||
mvn install -DskipTests
|
mvn install -DskipTests
|
||||||
|
|||||||
Reference in New Issue
Block a user