File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments