Skip to content

Commit

Permalink
Revert Java version from 21 to 17 in pom.xml
Browse files Browse the repository at this point in the history
This change ensures compatibility with current dependencies and build tools that require Java 17. The adjustment aligns the project with the target Java version for smoother development and deployment experiences.
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Nov 10, 2024
1 parent acd358e commit 7ec9e13
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 @@ -45,7 +45,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<java.version>21</java.version>
<java.version>17</java.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<java.compiler.release>${java.version}</java.compiler.release>
Expand Down

0 comments on commit 7ec9e13

Please sign in to comment.