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 338338 <plugin >
339339 <groupId >org.apache.maven.plugins</groupId >
340340 <artifactId >maven-dependency-plugin</artifactId >
341- <version >3.3.0</version >
342341 <executions >
343342 <execution >
344343 <goals >
348347 </executions >
349348 </plugin >
350349 <plugin >
350+ <groupId >org.apache.maven.plugins</groupId >
351351 <artifactId >maven-surefire-plugin</artifactId >
352- <version >2.22.2</version >
353352 <configuration >
354353 <groups >RuntimeHintsTests</groups >
355354 <argLine >-javaagent:${org.springframework:spring-core-test:jar} </argLine >
You can’t perform that action at this time.
0 commit comments