Skip to content

Commit

Permalink
Fix task deps 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Jan 30, 2025
1 parent 392b77f commit 7ff68e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-sqldelight-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val compileKotlin by tasks.getting {
dependsOn("generateMainHockeyDataDatabaseMigrations")
}

val generateMainHockeyDataDatabaseInterface by tasks.getting {
tasks.named("generateMainHockeyDataDatabaseInterface") {
dependsOn("generateBackfilaRecordSourceSqlHockeyPlayersBackfill")
}

Expand Down

0 comments on commit 7ff68e6

Please sign in to comment.