Skip to content

Commit 8e8edfa

Browse files
committed
fix12
1 parent c7d50d5 commit 8e8edfa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
125114
tasks.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+
151151
artifacts {
152152
archives sourcesJar, javadocJar
153153
}

0 commit comments

Comments
 (0)