File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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 :
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"
You can’t perform that action at this time.
0 commit comments