Skip to content

Commit

Permalink
- add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Oct 25, 2024
1 parent f63d83a commit a96da85
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 @@ -84,9 +84,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.language.version>21</jdk.language.version>
<kotlin.language.target>21</kotlin.language.target>
<kotlin.version>2.0.0</kotlin.version>
<jdk.language.version>22</jdk.language.version>
<kotlin.language.target>22</kotlin.language.target>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<maven.compiler.source>${jdk.language.version}</maven.compiler.source>
Expand Down

0 comments on commit a96da85

Please sign in to comment.