I’m creating a plugin and have been doing HTTP calls for some time with the plain old Java HTTPUrlConnection. I can see that gradle distribution ships in its lib folder with HTTPBuilder but I haven’t been able to use it successfully in the past. Plugin compiles but ‘no class def found exception’ in runtime. Is there a way to make the libraries available in gradle’s distribution lib folder to the plugins?