<@U3F3W63LM> You need JDK 1.8 to run the compiler,...
# announcements
i
@hhandoko You need JDK 1.8 to run the compiler, but you still can target the compiled code to run on JDK 1.6
d
ilya.gorbunov: that wouldn’t be enough to prevent classes from the later JDK from leaking into classes though? You’d need to set the bootclasspath too
i
Exactly, with the
jdkHome
option