File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments