Skip to content

Commit 363a3dc

Browse files
authored
Execute ManualCodeSnippetTests to reflect doc chnages (#1042)
1 parent 853e5d8 commit 363a3dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ tasks.withType<Test>().configureEach {
8080
maxHeapSize = "1g"
8181
}
8282

83+
// Add src/docs as an input directory to trigger ManualCodeSnippetTests re-run on changes.
84+
inputs.dir(file("src/docs"))
8385
systemProperty("shadowVersion", version)
8486

8587
// Required to test configuration cache in tests when using withDebug()

0 commit comments

Comments
 (0)