Skip to content

Commit ec73235

Browse files
committed
trying to address out of memory on GA
1 parent 1d595ec commit ec73235

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,11 +1015,9 @@
10151015
<version>${kotlin.version}</version>
10161016
<configuration>
10171017
<jvmTarget>${java.version}</jvmTarget>
1018-
<args>
1019-
<!-- This seems wrong, as args to compiler but not the JVM itself -->
1020-
<!-- <arg>&#45;&#45;add-opens=java.base/java.io=ALL-UNNAMED</arg>-->
1021-
<!-- <arg>&#45;&#45;add-opens=java.base/java.lang=ALL-UNNAMED</arg>-->
1022-
</args>
1018+
<!-- Issues with memory on GitHub Actions-->
1019+
<useDaemon>false</useDaemon>
1020+
<nowarn>true</nowarn>
10231021
</configuration>
10241022
<executions>
10251023
<execution>

0 commit comments

Comments
 (0)