You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example external mapping is: -external-mappings:.*scala.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/
It seems that some slashes are missing and it should read:
Example external mapping is: -external-mappings:.*scala/.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java/.*::javadoc::https://docs.oracle.com/javase/8/docs/api/