We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00cc77 commit ed70e8dCopy full SHA for ed70e8d
pom.xml
@@ -125,13 +125,12 @@
125
<properties>
126
<configurationParameters>junit.jupiter.execution.order.random.seed=99</configurationParameters>
127
</properties>
128
- <argLine>-javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar</argLine>
129
</configuration>
130
</plugin>
131
<plugin>
132
<groupId>org.jacoco</groupId>
133
<artifactId>jacoco-maven-plugin</artifactId>
134
- <version>0.8.13</version>
+ <version>0.8.12</version>
135
<configuration>
136
<excludes>
137
<!-- Exclude all the getters in model for code coverage -->
0 commit comments