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