Skip to content

Commit

Permalink
build: remove kotlin.compiler.apiVersion=1.5 kotlin compiler flag
Browse files Browse the repository at this point in the history
since Kotlin is used only in test
  • Loading branch information
oldratlee committed Jul 24, 2023
1 parent 62d6785 commit 1e71a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@

<kotlin.version>1.8.21</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
<kotlin.compiler.apiVersion>1.5</kotlin.compiler.apiVersion>

<!-- testing dependencies versions -->
<junit5.version>5.9.3</junit5.version>
Expand Down

0 comments on commit 1e71a6d

Please sign in to comment.