Skip to content

Commit

Permalink
cortinico#321 disable verifyDelightMigration task to prevent errors i…
Browse files Browse the repository at this point in the history
…n build log (cortinico#326)
  • Loading branch information
simonhauck authored Jul 17, 2024
1 parent 21d4b27 commit c993aee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import app.cash.sqldelight.gradle.VerifyMigrationTask

plugins {
kotlin("jvm")
id("com.ncorti.ktfmt.gradle")
Expand All @@ -19,4 +21,7 @@ dependencies {

tasks.withType<Test> { useJUnitPlatform() }

tasks.withType<VerifyMigrationTask> { enabled = false }

sqldelight { databases { create("Database") { packageName.set("com.example") } } }

0 comments on commit c993aee

Please sign in to comment.