Closed
Description
Bug Report
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;