Skip to content

Commit df11a57

Browse files
committed
Comment <properties> to fix jacoco issue
1 parent 87bfad8 commit df11a57

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@
108108
</plugin>
109109
</plugins>
110110
</build>
111-
111+
<!--
112112
<properties>
113113
<jacoco.agent.argLine />
114114
</properties>
115+
-->
115116
</project>

toolkit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@
118118
</plugin>
119119
</plugins>
120120
</build>
121-
121+
<!--
122122
<properties>
123123
<jacoco.agent.argLine />
124124
</properties>
125+
-->
125126
</project>

0 commit comments

Comments
 (0)