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 a72365c commit a141b11Copy full SHA for a141b11
specs/spring-cloud-contract-spec-kotlin/pom.xml
@@ -77,6 +77,7 @@
77
<goal>compile</goal>
78
</goals>
79
<configuration>
80
+ <javaParameters>-XX:ReservedCodeCacheSize=256m</javaParameters>
81
<sourceDirs>
82
<sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
83
</sourceDirs>
@@ -89,6 +90,7 @@
89
90
<goal>test-compile</goal>
91
92
93
94
95
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
96
0 commit comments