Updated as per Justin's explanation
This commit is contained in:
parent
6e1cf33f94
commit
61d9e21317
@ -205,7 +205,9 @@ configure(subprojects - project(':onjava')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task verify(type:Exec) << {
|
task verify(type:Exec) {
|
||||||
println("execute 'gradlew run' first")
|
|
||||||
commandLine 'python', 'verify_output.py'
|
commandLine 'python', 'verify_output.py'
|
||||||
|
doFirst {
|
||||||
|
println("execute 'gradlew run' first")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user