Skip to content

Commit 7b9dea0

Browse files
committed
Added revapi maven plugins and corresponding github actions
1 parent c02ed2b commit 7b9dea0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/breaking.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ jobs:
1616
- name: Set up JDK
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: '8'
19+
java-version: ${{ matrix.java }}
2020
distribution: 'temurin'
21-
cache: maven
21+
cache: 'maven'
22+
cache-dependency-path: |
23+
sdk/pom.xml
24+
sdk/bom/pom.xml
25+
yc/pom.xml
26+
jdbc/pom.xml
2227
2328
- name: Checkout code
2429
uses: actions/checkout@v4

0 commit comments

Comments
 (0)