mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
reverted maven options 🤷
This commit is contained in:
parent
4bbb65ff26
commit
7c1f90f6c9
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue