Closed seancorfield closed 6 years ago
The run task is "immediate" so, for example, you can't do boot javac run and execute code that imports the (compiled) Java code. The body of run should be wrapped in with-pass-thru.
run
boot javac run
with-pass-thru
The
run
task is "immediate" so, for example, you can't doboot javac run
and execute code that imports the (compiled) Java code. The body ofrun
should be wrapped inwith-pass-thru
.