mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Remove not needed Checkstyle stuff
This commit is contained in:
parent
93ba7510e1
commit
8968081e77
@ -117,15 +117,6 @@ task runCheckstyle(type: Checkstyle) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
runCheckstyle.doLast {
|
|
||||||
reports.all { report ->
|
|
||||||
def outputFile = report.destination
|
|
||||||
if (outputFile.exists() && outputFile.text.contains("severity=\"error\"")) {
|
|
||||||
throw new GradleException("There were checkstyle errors! For more info check $outputFile")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
ktlint
|
ktlint
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user