File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 42
42
# The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
43
43
# the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
44
44
# the github goal. This will work as long as the artifact is extracted to the maven target directory
45
- run : mvn -Ppitest - DrepoToken=${{ secrets.GITHUB_TOKEN }} pitest-github:updatePR
45
+ run : mvn -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg: pitest-github-maven-plugin:0.0.10 :updatePR
Original file line number Diff line number Diff line change 639
639
<artifactId >sonar-maven-plugin</artifactId >
640
640
<version >3.9.0.2155</version >
641
641
</plugin >
642
- <plugin >
643
- <groupId >com.groupcdg</groupId >
644
- <artifactId >pitest-github-maven-plugin</artifactId >
645
- <version >${cdg.pitest.version} </version >
646
- </plugin >
647
642
<plugin >
648
643
<groupId >net.alchim31.maven</groupId >
649
644
<artifactId >yuicompressor-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments