File tree Expand file tree Collapse file tree 6 files changed +9149
-8
lines changed
Expand file tree Collapse file tree 6 files changed +9149
-8
lines changed Original file line number Diff line number Diff line change 3636node_modules
3737build
3838.gradle
39- package-lock.json
4039! gradle-wrapper.jar
Original file line number Diff line number Diff line change 7878 <artifactId >mockito-core</artifactId >
7979 <scope >test</scope >
8080 </dependency >
81-
82- <dependency >
83- <groupId >org.jacoco</groupId >
84- <artifactId >org.jacoco.agent</artifactId >
85- <classifier >runtime</classifier >
86- <scope >test</scope >
87- </dependency >
8881 </dependencies >
8982
9083 <build >
9184 <plugins >
85+ <plugin >
86+ <groupId >org.jacoco</groupId >
87+ <artifactId >jacoco-maven-plugin</artifactId >
88+ <version >${jacoco.version} </version >
89+ <inherited >false</inherited >
90+ <configuration >
91+ <skip >true</skip >
92+ </configuration >
93+ </plugin >
9294 <plugin >
9395 <groupId >org.codehaus.mojo</groupId >
9496 <artifactId >properties-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments