Simon Mavi Stewart
Simon Mavi Stewart
@MarconZet, I'm waiting until you move this out of draft before reviewing. Please LMK when you're ready!
Modern JDK releases are removing Java 8 support, so we can't rely on `-release 8` to work as expected moving forwards. With the current most recent JDK you already get...
@zhangskz, there are two modes in which `maven.install` works. If the `lock_file` attribute is set, then we just use the information from the lock file, and I think all that...
I'll wait to hear back from you before doing anything else here. FWIW, no resolver does a check to see which java version dependencies rely on. They just do the...
Typically I've done this with a repo rule which stores this information is a constant, which can then be accessed from anywhere.
You may need to something funky like execute the workspace status script from the repo rule, capture the output, and do some processing of that.
You should be able to declare the dependency as `com.microsoft.cognitiveservices.speech:client-sdk:1.45.0@jar`. The problem is that `jar` is the default classifier for java dependencies, and so a lot of code treats `jar`...
I'm not sure what the use case is here? This implies that the `java_export` will be different per platform, which breaks the promise of maven coordinates. The more normal thing...
So if I understand you correctly, you can't build everything on the same machine as there's no way to use a transition to do what you want, and you've not...
Can you please check this with the current `HEAD` of `master`? I believe this has already been fixed there.