Skip to content

Commit a593c2d

Browse files
committed
Fixed lint workaround
1 parent 01e7003 commit a593c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4
39+
- run: echo " " >> pom.xml # make sure the cache is slightly different for the checker framework
3940
- name: Set up JDK 11
4041
uses: actions/setup-java@v4
4142
with:
@@ -49,7 +50,6 @@ jobs:
4950
runs-on: ubuntu-latest
5051
steps:
5152
- uses: actions/checkout@v4
52-
- run: echo " " >> pom.xml # make sure the cache is slightly different for the lint
5353
- name: Set up JDK 11
5454
uses: actions/setup-java@v4
5555
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
</dependencies>
197197

198198
<profiles>
199-
<profile> <!-- run with: mvn clean compile -P checker-framework -->
199+
<profile> <!-- run with: mvn clean compile -P checker-framework -->
200200
<id>checker-framework</id>
201201
<build>
202202
<plugins>

0 commit comments

Comments
 (0)