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