Browse Source

Merge branch '3.3.x'

pull/43190/head
Phillip Webb 1 year ago
parent
commit
a2d833c771
  1. 7
      buildSrc/src/main/java/org/springframework/boot/build/antora/AntoraAsciidocAttributes.java

7
buildSrc/src/main/java/org/springframework/boot/build/antora/AntoraAsciidocAttributes.java

@ -176,9 +176,10 @@ public class AntoraAsciidocAttributes { @@ -176,9 +176,10 @@ public class AntoraAsciidocAttributes {
private void addUrlJava(Map<String, String> attributes) {
attributes.put("url-javase-javadoc", "https://docs.oracle.com/en/java/javase/17/docs/api/");
attributes.put("javadoc-location-java", "{url-javase-javadoc}");
attributes.put("javadoc-location-javax.management", "{url-javase-javadoc}");
attributes.put("javadoc-location-javax.xml", "{url-javase-javadoc}");
attributes.put("javadoc-location-java-util", "{url-javase-javadoc}");
attributes.put("javadoc-location-java-lang", "{url-javase-javadoc}");
attributes.put("javadoc-location-javax-management", "{url-javase-javadoc}");
attributes.put("javadoc-location-javax-xml", "{url-javase-javadoc}");
}
private void addUrlLibraryLinkAttributes(Map<String, String> attributes) {

Loading…
Cancel
Save