Trying to fix github actions

This commit is contained in:
Marcin Grzejszczak
2021-04-20 09:08:20 +02:00
parent 911fb4838a
commit 1207be7f4d

View File

@@ -29,4 +29,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U
run: ./mvnw clean install -B -U -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false