feat: Add pipelines (SCRUM-44) #6
@ -5,13 +5,6 @@ plugins {
|
|||||||
id("checkstyle")
|
id("checkstyle")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Checkstyle> {
|
|
||||||
reports {
|
|
||||||
xml.required.set(false)
|
|
||||||
html.required.set(true)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.withType<Checkstyle> {
|
tasks.withType<Checkstyle> {
|
||||||
reports {
|
reports {
|
||||||
// Disable HTML report
|
// Disable HTML report
|
||||||
|
Loading…
Reference in New Issue
Block a user