Skip to content

Use java.net.http

Compare
Choose a tag to compare
@Kamesuta Kamesuta released this 31 Jan 16:45
· 53 commits to main since this release

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

This now requires Java11