Disable checkstyle for reference docs code snippets

This commit is contained in:
Brian Clozel 2022-11-18 18:24:43 +01:00
parent 44c583392e
commit af40a124bb
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ dependencies {
implementation("org.assertj:assertj-core")
}
checkstyle {
sourceSets = []
}
jar {
enabled = false
}