Fix verify as per James

This commit is contained in:
Bruce Eckel 2016-08-02 09:12:22 -06:00
parent e971340315
commit 6e1cf33f94

View File

@ -205,7 +205,7 @@ configure(subprojects - project(':onjava')) {
}
}
task verify(type:Exec) {
task verify(type:Exec) << {
println("execute 'gradlew run' first")
commandLine 'python', 'verify_output.py'
}