Skip to content

Commit

Permalink
Set target release to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Aug 30, 2023
1 parent 4be966c commit b44c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hibernate/pom.xml
Expand Up @@ -205,8 +205,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>only</proc>
<source>17</source>
<target>17</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b44c3ef

Please sign in to comment.