Skip to content

Commit

Permalink
Fix deprecated kotlin maven plugin argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sdousti committed Feb 24, 2023
1 parent eed608c commit 6e574d7
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 6e574d7

Please sign in to comment.