Skip to content

Commit

Permalink
set maven.compiler.release to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Jan 8, 2024
1 parent 152489e commit 57d88e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<org.springframework.version>6.0.13</org.springframework.version>
<servlet-api-version>6.0.0</servlet-api-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<slf4j-simple.version>2.0.10</slf4j-simple.version>
<slf4j-api.version>2.0.10</slf4j-api.version>
<commons-io.version>2.14.0</commons-io.version>
Expand Down

0 comments on commit 57d88e0

Please sign in to comment.