Create FUS Gradle plugin

fus-statistics-gradle-plugin can be used by any other Gradle plugins to
collect additional metrics for FUS.

KT-59627
This commit is contained in:
Nataliya.Valtman
2023-08-14 19:35:12 +02:00
committed by Space Team
parent 4ed7504d87
commit 9de791b9ac
16 changed files with 366 additions and 2 deletions
+3 -2
View File
@@ -6,9 +6,10 @@ 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
# 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
mvn install -DskipTests
./mvnw install -DskipTests
```