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 354
354
<plugin >
355
355
<groupId >org.apache.maven.plugins</groupId >
356
356
<artifactId >maven-dependency-plugin</artifactId >
357
- <version >3.3.0</version >
358
357
<executions >
359
358
<execution >
360
359
<goals >
364
363
</executions >
365
364
</plugin >
366
365
<plugin >
366
+ <groupId >org.apache.maven.plugins</groupId >
367
367
<artifactId >maven-surefire-plugin</artifactId >
368
- <version >2.22.2</version >
369
368
<configuration >
370
369
<groups >RuntimeHintsTests</groups >
371
370
<argLine >-javaagent:${org.springframework:spring-core-test:jar} </argLine >
You can’t perform that action at this time.
0 commit comments