Skip to content

Commit

Permalink
#4 [setup] Fixed gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 16, 2024
1 parent a592d45 commit 6d3cada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ ktlint {
}
}
}

tasks.runKtlintCheckOverMainSourceSet {
dependsOn(tasks.getByName(generateControllers))
}

0 comments on commit 6d3cada

Please sign in to comment.