reverted maven options 🤷

This commit is contained in:
Phred Lane 2024-02-16 04:44:03 -06:00 committed by GitHub
parent 4bbb65ff26
commit 7c1f90f6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,7 @@ on:
- master
env:
MAVEN_OPTS: >-
-Xmx3g
--define http.keepAlive=false
--define maven.wagon.http.pool=false
--define maven.wagon.httpconnectionManager.ttlSeconds=120
MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
jobs:
test: