forked from loafle/openapi-generator-original
updated scala plugin
This commit is contained in:
parent
73a2fc216e
commit
735f5c61b3
3
pom.xml
3
pom.xml
@ -136,7 +136,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.alchim31.maven</groupId>
|
<groupId>net.alchim31.maven</groupId>
|
||||||
<artifactId>scala-maven-plugin</artifactId>
|
<artifactId>scala-maven-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.1.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>scala-compile-first</id>
|
<id>scala-compile-first</id>
|
||||||
@ -159,6 +159,7 @@
|
|||||||
<jvmArg>-Xms128m</jvmArg>
|
<jvmArg>-Xms128m</jvmArg>
|
||||||
<jvmArg>-Xmx1500m</jvmArg>
|
<jvmArg>-Xmx1500m</jvmArg>
|
||||||
</jvmArgs>
|
</jvmArgs>
|
||||||
|
<recompileMode>incremental</recompileMode>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user