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 0ced324 commit 2237cf1Copy full SHA for 2237cf1
api-model-v1-41/build.gradle.kts
@@ -16,13 +16,13 @@ plugins {
16
17
val remoteApiVersion = "1.41"
18
19
-logger.lifecycle("checking base: ${file("${layout.buildDirectory}/generated").path}")
+logger.lifecycle("checking base: ${file(layout.buildDirectory.dir("generated")).path}")
20
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
21
filter {
22
// see https://github.com/JLLeitschuh/ktlint-gradle/issues/579
23
exclude("**/generated/**")
24
exclude {
25
- it.file.path.startsWith(file("${layout.buildDirectory}/generated").path)
+ it.file.path.startsWith(file(layout.buildDirectory.dir("generated")).path)
26
}
27
28
0 commit comments