leboncoin/spark-android

[FR]: Fix non-existent updateLegacyAbi task name in RELEASING.md

クローズ

#2,101 opened on 2026/07/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (31 件のフォーク)auto 404
documentationgood first issuepriority:HIGH

Repository metrics

Stars
 (85 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Describe the problem

RELEASING.md references ./gradlew updateLegacyAbi. This task does not exist. The correct name is updateAbi (from KGP's ExperimentalAbiValidation API). A maintainer following the docs gets a task-not-found error.

Describe the solution

Replace ./gradlew updateLegacyAbi with ./gradlew updateAbi.

Additional context

Priority: High. Effort: XS.

コントリビューターガイド