mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Gradle plugin: Fix visibility of internal properties (#1789)
* Correct visibility of internal properties * Ensure validateTaskProperties task passes during build * Correct issues flagged by validateTaskProperties task
This commit is contained in:
committed by
Artur Bosch
parent
2c2561aa41
commit
d055765272
@@ -41,8 +41,8 @@ tasks.wrapper {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
dependsOn(gradle.includedBuild("detekt-gradle-plugin").task(":test"))
|
||||
tasks.check {
|
||||
dependsOn(gradle.includedBuild("detekt-gradle-plugin").task(":check"))
|
||||
}
|
||||
|
||||
tasks.withType<Detekt> {
|
||||
|
||||
Reference in New Issue
Block a user