Skip to content

Commit af40a12

Browse files
committed
Disable checkstyle for reference docs code snippets
1 parent 44c5833 commit af40a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

framework-docs/framework-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ dependencies {
1818
implementation("org.assertj:assertj-core")
1919
}
2020

21+
checkstyle {
22+
sourceSets = []
23+
}
24+
2125
jar {
2226
enabled = false
2327
}

0 commit comments

Comments
 (0)