Skip to content

Commit 161084e

Browse files
committed
try to exclude problematic dependencies from maven-cache so they are downloaded by coursier
1 parent e8b6c02 commit 161084e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mill-plugin-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
!~/.gradle/caches/*/plugin-resolution/
3232
!~/.m2/repository/org/openapitools/
3333
!~/.cache/coursier/v1/https/repo1.maven.org/maven2/org/openapitools/
34+
!~/.m2/repository/com/fasterxml/
35+
!~/.m2/repository/org/slf4j/
36+
!~/.m2/repository/javax/validation/
3437
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
3538
restore-keys: |
3639
${{ runner.os }}-test-mill-plugin-${{ env.cache-name }}-

0 commit comments

Comments
 (0)