We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853e5d8 commit 363a3dcCopy full SHA for 363a3dc
build.gradle.kts
@@ -80,6 +80,8 @@ tasks.withType<Test>().configureEach {
80
maxHeapSize = "1g"
81
}
82
83
+ // Add src/docs as an input directory to trigger ManualCodeSnippetTests re-run on changes.
84
+ inputs.dir(file("src/docs"))
85
systemProperty("shadowVersion", version)
86
87
// Required to test configuration cache in tests when using withDebug()
0 commit comments