Skip to content

Commit dffab0c

Browse files
WIP
1 parent 618fc7f commit dffab0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/community-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@ jobs:
5050
include:
5151
- repo: spring-projects/spring-data-relational
5252
jdk: 17
53-
cache: maven
5453

5554
- repo: spring-projects/spring-framework
5655
jdk: 17
57-
cache: maven
5856

5957
- repo: spring-projects/spring-boot
6058
jdk: 17
61-
cache: maven
6259
steps:
6360
- name: Download binaries
6461
uses: actions/download-artifact@v4
@@ -82,7 +79,6 @@ jobs:
8279
with:
8380
distribution: 'temurin'
8481
java-version: ${{ matrix.jdk }}
85-
cache: ${{ matrix.cache }}
8682

8783
- run: ../scip-java/bin/scip-java index
8884
working-directory: sources

0 commit comments

Comments
 (0)