From fe77112f2140910ebc7bc12e72f53ebbb826f0ec Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Fri, 6 Oct 2023 08:59:23 +0200 Subject: [PATCH] ci: try to resolve github packages --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a26e85997..dd7e12db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'maven' + overwrite-settings: false - run: $MVN checkstyle:check - run: $MVN compile spotbugs:check @@ -44,4 +45,5 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'maven' + overwrite-settings: false - run: $MVN test