Skip to content

Commit fd58261

Browse files
committed
Revert "Migrate plugins to javadoc asciidoctor macro"
This reverts commit b63e1e7.
1 parent b63e1e7 commit fd58261

File tree

2 files changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ The following table summarizes the available properties and their default values
128128

129129
| `imageName`
130130
| `--imageName`
131-
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageReference#of-java.lang.String-[Image name] for the generated image.
131+
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
132132
| `docker.io/library/${project.name}:${project.version}`
133133

134134
| `pullPolicy`
135135
| `--pullPolicy`
136-
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
136+
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
137137
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
138138
| `ALWAYS`
139139

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ The following table summarizes the available parameters and their default values
144144

145145
| `name` +
146146
(`spring-boot.build-image.imageName`)
147-
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageName#of-java.lang.String-[Image name] for the generated image.
147+
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
148148
| `docker.io/library/` +
149149
`${project.artifactId}:${project.version}`
150150

151151
| `pullPolicy` +
152152
(`spring-boot.build-image.pullPolicy`)
153-
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
153+
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
154154
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
155155
| `ALWAYS`
156156

0 commit comments

Comments
 (0)