Skip to content

Commit 3272232

Browse files
Added dependency of compilePlayRoutes on fixPlayRoutesDirectory.
1 parent 6a361e0 commit 3272232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dd-smoke-tests/play-2.8/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ tasks.register('fixPlayRoutesDirectory') {
9191
}
9292
}
9393

94+
tasks.named('compilePlayRoutes') {
95+
dependsOn tasks.named('fixPlayRoutesDirectory')
96+
}
97+
9498
tasks.named('compileTestGroovy').configure {
9599
dependsOn 'stageMainDist'
96100
outputs.upToDateWhen {

0 commit comments

Comments
 (0)