Skip to content

Commit 61d9e21

Browse files
author
Bruce Eckel
committed
Updated as per Justin's explanation
1 parent 6e1cf33 commit 61d9e21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ configure(subprojects - project(':onjava')) {
205205
}
206206
}
207207

208-
task verify(type:Exec) << {
209-
println("execute 'gradlew run' first")
208+
task verify(type:Exec) {
210209
commandLine 'python', 'verify_output.py'
210+
doFirst {
211+
println("execute 'gradlew run' first")
212+
}
211213
}

0 commit comments

Comments
 (0)