feat: Add pipelines (SCRUM-44) #6

Merged
ptran merged 22 commits from setup/qs into main 2024-09-25 09:15:40 +00:00
Showing only changes of commit 3b678bdb83 - Show all commits

build: Remove HTML report generation from Checkstyle
All checks were successful
Quality Check / Tests (pull_request) Successful in 3m58s
Quality Check / Checkstyle Main (pull_request) Successful in 4m11s

Jan K9f 2024-09-25 10:58:50 +02:00
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -5,13 +5,6 @@ plugins {
id("checkstyle")
}
tasks.withType<Checkstyle> {
reports {
xml.required.set(false)
html.required.set(true)
}
}
tasks.withType<Checkstyle> {
reports {
// Disable HTML report