From 7c1f90f6c9a4ff0ab0b6f6c53362d0f83c71fad7 Mon Sep 17 00:00:00 2001 From: Phred Lane Date: Fri, 16 Feb 2024 04:44:03 -0600 Subject: [PATCH] reverted maven options :shrug: --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a047ca8f4..533282efc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: