The com.sun.net.ssl package was removed

The internal API com.sun.net.ssl was removed. The package was intended for internal use only and replacement APIs can be found in the javax.net.ssl package.

This rule has an automated fix. Copy the custom configuration to your application build file to enable it.

For more information on the removed APIs, see JDK 13 Release Notes. For more information on the replacement APIs, see HostnameVerifier, KeyManager, or TrustManager.