Disable checkstyle for reference docs code snippets
This commit is contained in:
parent
44c583392e
commit
af40a124bb
|
|
@ -18,6 +18,10 @@ dependencies {
|
|||
implementation("org.assertj:assertj-core")
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
sourceSets = []
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue