File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ cluster-init: cluster-start cluster-meet cluster-slots
167167# Global
168168# #######
169169clean :
170- rm -rf work/* .conf work/* .log dump.rdb
170+ rm -rf work/* .conf work/* .pid work/ * . log dump.rdb
171171
172172clobber :
173173 rm -rf work
Original file line number Diff line number Diff line change 354354 <plugin >
355355 <groupId >org.apache.maven.plugins</groupId >
356356 <artifactId >maven-dependency-plugin</artifactId >
357- <version >3.3.0</version >
358357 <executions >
359358 <execution >
360359 <goals >
364363 </executions >
365364 </plugin >
366365 <plugin >
366+ <groupId >org.apache.maven.plugins</groupId >
367367 <artifactId >maven-surefire-plugin</artifactId >
368- <version >2.22.2</version >
369368 <configuration >
370369 <groups >RuntimeHintsTests</groups >
371370 <argLine >-javaagent:${org.springframework:spring-core-test:jar} </argLine >
You can’t perform that action at this time.
0 commit comments