Skip to content

Commit 0353071

Browse files
committed
Fix kotlin plugin and build
1 parent d571b2b commit 0353071

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

jooby-lang-kotlin/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
<goal>compile</goal>
3030
</goals>
3131
<configuration>
32-
<args>-java-parameters</args>
32+
<args>
33+
<arg>-java-parameters</arg>
34+
</args>
3335
<jvmTarget>1.8</jvmTarget>
3436
</configuration>
3537
</execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@
17621762
<goal>compile</goal>
17631763
</goals>
17641764
<configuration>
1765-
<args>-java-parameters</args>
1765+
<args><arg>-java-parameters</arg></args>
17661766
<jvmTarget>1.8</jvmTarget>
17671767
</configuration>
17681768
</execution>

0 commit comments

Comments
 (0)