Skip to content

Commit 9c71a93

Browse files
authored
fix: remove javadoc external link configuration (#1815)
The undefined variable in the external link configuration fails JDK 17 builds.
1 parent 5344803 commit 9c71a93

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@
286286
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/readrows/**</sourceFileExclude>
287287
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/metrics/**</sourceFileExclude>
288288
</sourceFileExcludes>
289-
290-
<!-- Enable external linking -->
291-
<links>
292-
<link>https://googleapis.dev/java/gax/${gax.version}/</link>
293-
<link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link>
294-
</links>
295289
</configuration>
296290
</plugin>
297291
<plugin>

0 commit comments

Comments
 (0)