We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d595ec commit ec73235Copy full SHA for ec73235
1 file changed
pom.xml
@@ -1015,11 +1015,9 @@
1015
<version>${kotlin.version}</version>
1016
<configuration>
1017
<jvmTarget>${java.version}</jvmTarget>
1018
- <args>
1019
- <!-- This seems wrong, as args to compiler but not the JVM itself -->
1020
-<!-- <arg>--add-opens=java.base/java.io=ALL-UNNAMED</arg>-->
1021
-<!-- <arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>-->
1022
- </args>
+ <!-- Issues with memory on GitHub Actions-->
+ <useDaemon>false</useDaemon>
+ <nowarn>true</nowarn>
1023
</configuration>
1024
<executions>
1025
<execution>
0 commit comments