Skip to content

Commit

Permalink
upgraded to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksa Vuckovic committed Jun 29, 2024
1 parent 7a51f59 commit 7224e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 7224e7c

Please sign in to comment.