Skip to content

Commit c2851ac

Browse files
committed
Add SQLite to testAll task dependencies
1 parent 8983a34 commit c2851ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ configure(integrationTestProjects) {
300300
}
301301

302302
register("testAll") {
303-
dependsOn(h2, mysql, oracle, postgresql, sqlserver)
303+
dependsOn(h2, mysql, oracle, postgresql, sqlite, sqlserver)
304304
}
305305
}
306306
}

0 commit comments

Comments
 (0)