File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ limitations under the License.
9898 <commons .encoding>UTF-8</commons .encoding>
9999 <checkstyle .header.file>${basedir} /src/conf/checkstyle-header.txt</checkstyle .header.file>
100100 <checkstyle .config.file>${basedir} /src/conf/checkstyle.xml</checkstyle .config.file>
101- <jacoco .skip>false</jacoco .skip>
102101 <!-- Commons Release Plugin -->
103102 <commons .release.version>1.17.0</commons .release.version>
104103 <commons .bc.version>1.16.1</commons .bc.version>
@@ -110,6 +109,7 @@ limitations under the License.
110109 <commons .jacoco.version>0.8.12</commons .jacoco.version>
111110 <commons .javadoc.java.link>${commons.javadoc21.java.link} </commons .javadoc.java.link>
112111 <!-- JaCoCo: Don't make code coverage worse than: -->
112+ <jacoco .skip>false</jacoco .skip>
113113 <commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
114114 <commons .jacoco.classRatio>0.92</commons .jacoco.classRatio>
115115 <commons .jacoco.instructionRatio>0.91</commons .jacoco.instructionRatio>
You can’t perform that action at this time.
0 commit comments