Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Scaladoc external references with JDK11 #8663

Merged
merged 1 commit into from Apr 16, 2020

Commits on Feb 6, 2020

  1. Fix broken Scaladoc external Java references

    The problem was that PlainNioFile.underlyingSource was expanding "/modules/java.base" into a full path, where as the lookup in findExternalLink was using relative paths ("/modules/java.base.jmod")
    
    Added -jdk-api-doc-base for specifying the base URL for Java API references
    steven-barnes committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8e5004a View commit details
    Browse the repository at this point in the history