File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <packaging >jar</packaging >
1212
1313 <name >matrix-sdk-benchmarks</name >
14- <url >http://maven.apache.org</url >
1514
1615 <properties >
1716 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 1111 <packaging >jar</packaging >
1212
1313 <name >matrix-sdk-examples</name >
14- <url >http://maven.apache.org</url >
1514
1615 <properties >
1716 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 118118 </dependencies >
119119 </dependencyManagement >
120120
121+ <build >
122+ <pluginManagement >
123+ <plugins >
124+ <plugin >
125+ <groupId >org.jacoco</groupId >
126+ <artifactId >jacoco-maven-plugin</artifactId >
127+ <version >0.8.15</version >
128+ </plugin >
129+ </plugins >
130+ </pluginManagement >
131+ </build >
132+
121133
122134</project >
You can’t perform that action at this time.
0 commit comments