Skip to content

Commit

Permalink
fix: remove javadoc external link configuration (#1815)
Browse files Browse the repository at this point in the history
The undefined variable in the external link configuration
fails JDK 17 builds.
  • Loading branch information
suztomo committed Jun 27, 2023
1 parent 5344803 commit 9c71a93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -286,12 +286,6 @@
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/readrows/**</sourceFileExclude>
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/metrics/**</sourceFileExclude>
</sourceFileExcludes>

<!-- Enable external linking -->
<links>
<link>https://googleapis.dev/java/gax/${gax.version}/</link>
<link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link>
</links>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 9c71a93

Please sign in to comment.