We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4c2f1 commit 01e7003Copy full SHA for 01e7003
.github/workflows/build.yaml
@@ -19,6 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v4
22
+ - run: echo " " >> pom.xml # make sure the cache is slightly different for these runners
23
- name: Set up JDK
24
uses: actions/setup-java@v4
25
with:
@@ -48,6 +49,7 @@ jobs:
48
49
runs-on: ubuntu-latest
50
51
52
+ - run: echo " " >> pom.xml # make sure the cache is slightly different for the lint
53
- name: Set up JDK 11
54
55
0 commit comments