Skip to content

Commit

Permalink
enable jvmdefault
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 committed Apr 29, 2019
1 parent f69d930 commit 179cfe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parent-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<sourceDir>${project.basedir}/src/main/java</sourceDir>
</sourceDirs>
<jvmTarget>${java.version}</jvmTarget>
<args>
<arg>-Xjvm-default=enable</arg>
</args>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 179cfe5

Please sign in to comment.