Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Changed JDK to 11
  • Loading branch information
dhinojosa authored Feb 22, 2023
1 parent e760ae0 commit 096e81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>17</source>
<target>17</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 096e81f

Please sign in to comment.