Skip to content

Commit 27fdeac

Browse files
author
Bruce Eckel
committed
Changed to _verify_output
1 parent 336d85c commit 27fdeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ configure(subprojects - project(':onjava')) {
370370

371371
task verify(type:Exec) {
372372
description 'Uses Python tool to verify example output'
373-
commandLine 'python', 'verify_output.py'
373+
commandLine 'python', '_verify_output.py'
374374
doFirst {
375375
println("execute 'gradlew run' first")
376376
}

0 commit comments

Comments
 (0)