```compilerOptions.append("-jvm-target", "1.8")```
# scripting
a
Copy code
compilerOptions.append("-jvm-target", "1.8")
n
see the previous thread though.. this does not work currently
a
whoops - sorry! Thanks for the correction
n
i mean i WISH it worked..
a
hmmm - I wish I could remember what I did then, because I think I was no longer getting that error with the JVM target!! There isn't a way to target it otherwise?
n
well the way to trigger it is to refer to something that has to be inlined which was compiled to 1.8 in the script env or something else from the env
perhaps you just avoided that ?