## Bug Report <!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. --> ### Description `java.net.http` was introduced to Java with 11, not 1.8. Therefore, the java libs project will not compile. I tried this code: `./gradlew build` I expected to see this happen: build successfully Instead, this happened: `Webhook.java:3 error: package java.net.http does not exist import java.net.http.HttpHeaders;`