We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e971340 commit 6e1cf33Copy full SHA for 6e1cf33
1 file changed
build.gradle
@@ -1,6 +1,6 @@
1
import org.gradle.internal.jvm.Jvm
2
import org.apache.tools.ant.util.TeeOutputStream
3
-boolean debug = false
+boolean debug = false
4
5
class Tags {
6
Boolean hasMainMethod = false
@@ -205,7 +205,7 @@ configure(subprojects - project(':onjava')) {
205
}
206
207
208
-task verify(type:Exec) {
+task verify(type:Exec) << {
209
println("execute 'gradlew run' first")
210
commandLine 'python', 'verify_output.py'
211
0 commit comments