File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 4242 # The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
4343 # the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
4444 # 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 639639 <artifactId >sonar-maven-plugin</artifactId >
640640 <version >3.9.0.2155</version >
641641 </plugin >
642- <plugin >
643- <groupId >com.groupcdg</groupId >
644- <artifactId >pitest-github-maven-plugin</artifactId >
645- <version >${cdg.pitest.version} </version >
646- </plugin >
647642 <plugin >
648643 <groupId >net.alchim31.maven</groupId >
649644 <artifactId >yuicompressor-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments