Skip to content

Commit

Permalink
Merge pull request zalando#1437 from zalando/fix_deprecated_kotlin_ar…
Browse files Browse the repository at this point in the history
…gument

Fix deprecated kotlin maven plugin argument
  • Loading branch information
msdousti authored Feb 24, 2023
2 parents eed608c + 6e574d7 commit ece2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
<configuration>
<jvmTarget>${maven.compiler.target}</jvmTarget>
<args>
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
<arg>-opt-in=kotlin.RequiresOptIn</arg>
</args>
</configuration>
<executions>
Expand Down

0 comments on commit ece2258

Please sign in to comment.