Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 committed Dec 5, 2023
1 parent 37b53c0 commit fe4a656
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google-oauth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down

0 comments on commit fe4a656

Please sign in to comment.