-
Bug
-
Resolution: Fixed
-
P3
-
jfx12
Now that the JDK 12 GA docs are available, we need to update the JDK_DOCS property in build.gradle to point to it. Currently it points to:
https://docs.oracle.com/javase/10/docs/api/
It should be modified to point to:
https://docs.oracle.com/en/java/javase/12/docs/api/index.html
which is where the docs are hosted.
https://docs.oracle.com/javase/10/docs/api/
It should be modified to point to:
https://docs.oracle.com/en/java/javase/12/docs/api/index.html
which is where the docs are hosted.
- is blocked by
-
JDK-8221097 Switch FX build to use JDK 12 as boot JDK
- Resolved
- relates to
-
JDK-8277475 Update JDK_DOCS property to point to JDK 17 docs
- Resolved
- links to