[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update ci.yaml for Java 21 unit testing #1086

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update pom.xml
  • Loading branch information
ddixit14 committed Dec 5, 2023
commit 7e1d2ff66348e807e1b31ef42c09328b42be4d66
8 changes: 8 additions & 0 deletions google-oauth-client-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</archive>
</configuration>
</plugin>
<plugin>
<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
Loading