Skip to content

Commit 639feb5

Browse files
authored
Update maven.yml
Moved Xms/Xms to jvm.config
1 parent 9419dc2 commit 639feb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
java-version: ${{ matrix.java }}
2929
cache: 'maven'
3030
- name: Test with Maven
31-
env:
32-
MAVEN_OPTS: "-Xms3g -Xmx5g"
3331
run: ./mvnw install -B -V -Pminimal-fix-latest -D"java.util.logging.config.file"="logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
3432

3533
test-windows:
@@ -57,6 +55,4 @@ jobs:
5755
java-version: ${{ matrix.java }}
5856
cache: 'maven'
5957
- name: Test with Maven on Windows
60-
env:
61-
MAVEN_OPTS: "-Xms3g -Xmx5g"
6258
run: ./mvnw.cmd install -B -V -D"maven.javadoc.skip"="true" -P"skipBundlePlugin,minimal-fix-latest" -D"java.util.logging.config.file"="logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"

0 commit comments

Comments
 (0)