Trying to fix issues with Kotlin compilation
This commit is contained in:
@@ -1 +1 @@
|
||||
-Xmx1024m -XX:CICompilerCount=1 -XX:TieredStopAtLevel=1 -Djava.security.egd=file:/dev/./urandom
|
||||
-Xmx1024m -XX:CICompilerCount=1 -XX:TieredStopAtLevel=1 -Djava.security.egd=file:/dev/./urandom -XX:ReservedCodeCacheSize=512m -XX:InitialCodeCacheSize=256m -XX:+UseCodeCacheFlushing
|
||||
@@ -77,7 +77,11 @@
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<javaParameters>-XX:ReservedCodeCacheSize=256m</javaParameters>
|
||||
<args>
|
||||
<arg>-Xjvm-default=all</arg>
|
||||
<arg>-Xbackend-threads=0</arg>
|
||||
</args>
|
||||
<javaParameters>true</javaParameters>
|
||||
<sourceDirs>
|
||||
<sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
|
||||
</sourceDirs>
|
||||
@@ -90,7 +94,6 @@
|
||||
<goal>test-compile</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<javaParameters>-XX:ReservedCodeCacheSize=256m</javaParameters>
|
||||
<sourceDirs>
|
||||
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
|
||||
</sourceDirs>
|
||||
|
||||
Reference in New Issue
Block a user