Skip to content

Commit 6e1cf33

Browse files
committed
Fix verify as per James
1 parent e971340 commit 6e1cf33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import org.gradle.internal.jvm.Jvm
22
import org.apache.tools.ant.util.TeeOutputStream
3-
boolean debug = false
3+
boolean debug = false
44

55
class Tags {
66
Boolean hasMainMethod = false
@@ -205,7 +205,7 @@ configure(subprojects - project(':onjava')) {
205205
}
206206
}
207207

208-
task verify(type:Exec) {
208+
task verify(type:Exec) << {
209209
println("execute 'gradlew run' first")
210210
commandLine 'python', 'verify_output.py'
211211
}

0 commit comments

Comments
 (0)