File tree 2 files changed +2
-3
lines changed
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
167
167
# Global
168
168
# #######
169
169
clean :
170
- rm -rf work/* .conf work/* .log dump.rdb
170
+ rm -rf work/* .conf work/* .pid work/ * . log dump.rdb
171
171
172
172
clobber :
173
173
rm -rf work
Original file line number Diff line number Diff line change 338
338
<plugin >
339
339
<groupId >org.apache.maven.plugins</groupId >
340
340
<artifactId >maven-dependency-plugin</artifactId >
341
- <version >3.3.0</version >
342
341
<executions >
343
342
<execution >
344
343
<goals >
348
347
</executions >
349
348
</plugin >
350
349
<plugin >
350
+ <groupId >org.apache.maven.plugins</groupId >
351
351
<artifactId >maven-surefire-plugin</artifactId >
352
- <version >2.22.2</version >
353
352
<configuration >
354
353
<groups >RuntimeHintsTests</groups >
355
354
<argLine >-javaagent:${org.springframework:spring-core-test:jar} </argLine >
You can’t perform that action at this time.
0 commit comments