mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
fixed nesting? 🤷
This commit is contained in:
parent
236deec965
commit
2bfdc26e68
1 changed files with 3 additions and 1 deletions
4
pom.xml
4
pom.xml
|
|
@ -91,7 +91,9 @@
|
|||
<version>4.3.0</version>
|
||||
|
||||
<configuration>
|
||||
<jacocoReports>${project.basedir}/../Mage.Verify/target/site/jacoco-aggregate/jacoco.xml</jacocoReports>
|
||||
<jacocoReports>
|
||||
<jacocoReport>${project.basedir}/../Mage.Verify/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
|
||||
</jacocoReports>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue