sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

Description for squashMainCashDependacopDatabaseMigrations task is wrong

Open staktrace opened this issue 3 years ago • 0 comments

Description

On a project that has the sqldelight gradle plugin applied, run gradle tasks. The output will look something like this:

Sqldelight tasks
----------------
generateMainCashDependacopDatabaseInterface - Generate main Kotlin interface for CashDependacopDatabase
generateMainCashDependacopDatabaseMigrations - Generate valid sql migration files for main CashDependacopDatabase.
generateSqlDelightInterface - Aggregation task which runs every interface generation task for every given source
squashMainCashDependacopDatabaseMigrations - Generate valid sql migration files for main CashDependacopDatabase.
verifySqlDelightMigration - Aggregation task which runs every migration task for every given source

The description for the squashMainCashDependacopDatabaseMigrations is copy-pasted from the description for the generateMainCashDependacopDatabaseMigrations which is not super helpful. At a minimum it should explain what it does that is different from the generate task.

staktrace avatar Jun 30 '22 02:06 staktrace