mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 08:40:08 +00:00
Update build scripts to work on Gradle 6.1
Removes the custom JaCoCo report aggregation code, which is now handled automatically by Gradle.
This commit is contained in:
+1
-2
@@ -19,15 +19,14 @@ allprojects {
|
||||
|
||||
apply from: 'gradle/properties.gradle'
|
||||
apply from: 'gradle/code-quality.gradle'
|
||||
apply from: 'gradle/testing.gradle'
|
||||
apply from: 'gradle/wrapper.gradle'
|
||||
apply plugin: "jacoco"
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
task check {
|
||||
def deps = []
|
||||
deps += getTasksByName("check", true).findAll { it.project != rootProject }
|
||||
deps += "detekt"
|
||||
deps += jacocoReport
|
||||
|
||||
dependsOn(deps)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user