Richard Willis

Results 80 comments of Richard Willis

Thanks for this. I've been able to replicate this by setting a relative path for java home directory (easier than setting up a custom truststore): EG: ``` org.gradle.java.home=../../../../../Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home ``` This...

@xendren i'm curious, does this work other editors, eg intellij? you mention: > If we give full path in the properties file, then it works. This is not acceptable for...

It's hard for me to say where the issue lies. The point of the [embedded gradle](https://docs.gradle.org/current/userguide/third_party_integration.html#embedding) (using the gradle tooling api) is that builds are supposed to "just work" regardless...

I've found a fix for this. I'll try release the fix asap.

Refs: * https://github.com/redhat-developer/vscode-java/issues/279 * https://github.com/redhat-developer/vscode-java/issues/1070

Actually, i'm sorry, it's not a good fix. I'm still investigating a proper fix for this, but I can't make any estimates as to when I can do it.

Thanks for the suggestion. Yep I will do this (when I've got some time).

Great, yes this should work. Thanks for this tip. I'll add this info to the README.

Am re-opening just to to remind myself to update the README when I get some time

Hi, thanks for letting me know. I'll have a look. > Side note: Is this file org.eclipse.buildship.core.prefs generated by vscode-gradle extension? Not, I believe this is generated by the [Java...