Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Set
$(JI_MAX_JDK)
for Java.Interop (#1176)
Update the `make prepare` step so that we pass `JI_MAX_JDK=8` to Java.Interop's `make prepare` step. This prevents us from using JDK 9 if it is installed on the machine. Internal VSTS builds are failing *seemingly* because JDK 9 is installed and used by default on the build machine, with `gradelw` bailing out with: Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema This previously worked with JDK 8, so we're hoping that the use of JDK 9 is the cause, and by *excluding* JDK 9 from being used we'll be able to build on VSTS again.
- Loading branch information