Cody Engel
08/26/2019, 6:05 PMgenerateSqlDelightSchema
with version 1.1.4
?
It’s referenced in the readme but the task cannot be found, others have reported the issue without much traction so wondering if I’m missing something? https://github.com/square/sqldelight/issues/1400Cody Engel
08/26/2019, 6:06 PMCENGEL-CHI:conversations-repository cengel$ ./gradlew generateSqlDelightSchema
FAILURE: Build failed with an exception.
* What went wrong:
Task 'generateSqlDelightSchema' not found in root project 'Conversations Repository'.
I’ve also tried running it on the specific module with the same error as above.drymarev
08/26/2019, 6:33 PM./gradlew module:tasks
. One of the tasks in my project is called generateAndroidDebugDatabaseSchema
.Cody Engel
08/26/2019, 6:46 PMCody Engel
08/26/2019, 6:47 PMgenerateDebug<Databasename>DatabaseSchema
trevjones
08/26/2019, 7:32 PMgenerate<Variant?><DatabaseName>DatabaseSchema
result with generateFooDatabaseSchema
in a project that lacks variants (ie java-library or whatever else sqlDelight supports)