https://cloud.google.com/java/docs/reference/google-auth-library/latest/history show v1.7.0 as the latest release, even though the actual current latest release is v1.17.0.
When I ran mvn javadoc:aggregate from the command line, it was failing in several places for the below error:
org.apache.maven.reporting.MavenReportException:
Exit code: 1 - /home/alicejli/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java:527: error: lambda expressions are not supported in -source 7
response -> {
^
(use -source 8 or higher to enable lambda expressions)
I suspect that updating the pom.xml configuration to use Java8 instead of 7 will fix the issue.
https://cloud.google.com/java/docs/reference/google-auth-library/latest/history show v1.7.0 as the latest release, even though the actual current latest release is v1.17.0.
When I ran
mvn javadoc:aggregatefrom the command line, it was failing in several places for the below error:I suspect that updating the
pom.xmlconfiguration to use Java8 instead of 7 will fix the issue.