Skip to content

Commit

Permalink
chore: fixed java target version to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dearrudam committed Nov 16, 2024
1 parent c6fc983 commit c5c56d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microprofile-liberty-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<packaging>war</packaging>

<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jnosql.version>1.1.2</jnosql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit c5c56d3

Please sign in to comment.