Use java.net.http
To reduce the binary size of the plugin, I switched the Http library from OkHttp to java.net.http.HttpClient.
This now requires Java11
To reduce the binary size of the plugin, I switched the Http library from OkHttp to java.net.http.HttpClient.
This now requires Java11