Added description line

This commit is contained in:
Bruce Eckel 2016-08-12 13:37:34 -06:00
parent 84b2e63100
commit 363abe4586

View File

@ -301,6 +301,7 @@ configure(subprojects - project(':onjava')) {
}
task verify(type:Exec) {
description 'Uses Python tool to verify example output'
commandLine 'python', 'verify_output.py'
doFirst {
println("execute 'gradlew run' first")