We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d571b2b commit 0353071Copy full SHA for 0353071
2 files changed
jooby-lang-kotlin/pom.xml
@@ -29,7 +29,9 @@
29
<goal>compile</goal>
30
</goals>
31
<configuration>
32
- <args>-java-parameters</args>
+ <args>
33
+ <arg>-java-parameters</arg>
34
+ </args>
35
<jvmTarget>1.8</jvmTarget>
36
</configuration>
37
</execution>
pom.xml
@@ -1762,7 +1762,7 @@
1762
1763
1764
1765
+ <args><arg>-java-parameters</arg></args>
1766
1767
1768
0 commit comments