Tako Schotanus
Tako Schotanus
Any issues with proxies should go away once we decide to switch to MIMA.
Yeah, but later I realized that will only fix the proxy issues for artifact resolving/downloading, not for the other http requests we make. So that's still something we should definitely...
I'm okay with closing it 👍
You can actually do this now since #1500, but it's not enabled by default. The easiest way to enable it is to either pass `--jdk-providers=all` on the command line or...
@fbricon are you sure your script has `//JAVA 14` and not `//JAVA 14+`? Because I just tested it and it works as expected: `//JAVA 14` requires an exact match and...
> availableJdkPath is not returned in 0.103.1 It's not returned because it's not installed :-) And `info tools` was indeed changed to not download and install an entire JDK automatically...
Ok, we'll make `info tools` download JDKs again, see: #1569
It's not a solving PR (yet), it only contains the tests to show the issue mentioned in #1309 I created the PR to at least have those tests which should...
Is the JBang plugin for VS Code installed? Because for me it seems to depend on two things: 1. Have the required JDKs defined in VS Code's `settings.json` file, eg...
I probably didn't explain this well enough, but what I wanted to say was: So my question is how to use `` with a custom element **not made by me...