Skip to content

Commit 5fb10db

Browse files
authored
Disable doclint on when attaching javadocs at release time (#5479)
1 parent a560bb5 commit 5fb10db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google-cloud-clients/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,9 @@
852852
<goals>
853853
<goal>jar</goal>
854854
</goals>
855+
<configuration>
856+
<doclint>none</doclint>
857+
</configuration>
855858
</execution>
856859
</executions>
857860
</plugin>

0 commit comments

Comments
 (0)