mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 08:48:36 +02:00
JDK version bump cleaups, bump minimum Gradle version to 8.1 (#454)
* Bump JDK when running simple gradle CI jobs * Bump minimum Gradle version to 8.1 * Fix docs, and fix minimum version checker
This commit is contained in:
@@ -101,9 +101,6 @@ final class JdkHttpClient implements HttpClient {
|
||||
"errorSslHandshake", request.uri().getHost(), Exceptions.getRootReason(e)));
|
||||
} catch (SSLException e) {
|
||||
throw new SSLException(Exceptions.getRootReason(e));
|
||||
} catch (IOException e) {
|
||||
// JDK 11 throws IOException instead of SSLHandshakeException
|
||||
throw new IOException(Exceptions.getRootReason(e));
|
||||
} catch (InterruptedException e) {
|
||||
// next best thing after letting (checked) InterruptedException bubble up
|
||||
Thread.currentThread().interrupt();
|
||||
|
||||
Reference in New Issue
Block a user