File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -111,17 +111,6 @@ task integrationTest(type: Test) {
111111 classpath = sourceSets. intTest. runtimeClasspath
112112}
113113
114- jacoco {
115- reportsDirectory = file(" $buildDir /reports/jacoco" )
116- }
117-
118- jacocoTestReport {
119- reports {
120- xml. required = true // coveralls plugin depends on xml format report
121- html. required = true
122- }
123- }
124-
125114tasks. withType(JavaCompile ) {
126115 options. compilerArgs << " -Xlint:all"
127116
@@ -148,6 +137,17 @@ tasks.withType(GenerateModuleMetadata) {
148137 enabled = false
149138}
150139
140+ jacoco {
141+ reportsDirectory = file(" $buildDir /reports/jacoco" )
142+ }
143+
144+ jacocoTestReport {
145+ reports {
146+ xml. required = true // coveralls plugin depends on xml format report
147+ html. required = true
148+ }
149+ }
150+
151151artifacts {
152152 archives sourcesJar, javadocJar
153153}
You can’t perform that action at this time.
0 commit comments