Hello All; I am working on merging the new build infra into the lambda workspace and have run into a minor problem. The javac compile for the jdk sources is run with -source 7 -target 7 rather than -source 8 -target 8. In the classic build system for the lambda repo everything except langtools is compiled with source/target 8. I looked and couldn't find where the new build sets the source version. Any helpful pointers?
Thanks, Mike