Skip to content

Commit 363abe4

Browse files
author
Bruce Eckel
committed
Added description line
1 parent 84b2e63 commit 363abe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ configure(subprojects - project(':onjava')) {
301301
}
302302

303303
task verify(type:Exec) {
304+
description 'Uses Python tool to verify example output'
304305
commandLine 'python', 'verify_output.py'
305306
doFirst {
306307
println("execute 'gradlew run' first")

0 commit comments

Comments
 (0)