Skip to content

Commit 7de8faa

Browse files
authored
chore: update to use Java8 for javadoc generation (#1218)
1 parent d9acdbe commit 7de8faa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google-auth-library-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<artifactId>maven-javadoc-plugin</artifactId>
172172
<version>3.4.1</version>
173173
<configuration>
174-
<source>7</source>
174+
<source>8</source>
175175
<failOnError>false</failOnError>
176176
</configuration>
177177
<executions>
@@ -336,7 +336,7 @@
336336
<configuration>
337337
<failOnError>false</failOnError>
338338
<doclint>none</doclint>
339-
<source>7</source>
339+
<source>8</source>
340340
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
341341
<doctitle>Google Auth Library for Java ${project.version}</doctitle>
342342
<overview>${basedir}/overview.html</overview>
@@ -483,7 +483,7 @@
483483
<projectname>${project.artifactId}</projectname>
484484
<excludeclasses></excludeclasses>
485485
<excludePackages></excludePackages>
486-
<source>7</source>
486+
<source>8</source>
487487
<sourceFileExclude></sourceFileExclude>
488488
</properties>
489489
<build>

0 commit comments

Comments
 (0)