Skip to content

Commit e73ce44

Browse files
authored
Make buildMetadata aware of whitelist/blacklist files (#1590)
1 parent e21296f commit e73ce44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-app/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,9 @@ task buildMetadata(type: BuildToolTask) {
767767
description "builds metadata with provided jar dependencies"
768768

769769
inputs.files("$MDG_JAVA_DEPENDENCIES")
770+
771+
// make MDG aware of whitelist.mdg and blacklist.mdg files
772+
inputs.files(project.fileTree(dir: "$rootDir", include: "**/*.mdg"))
770773

771774
def classesDir = "$buildDir/intermediates/javac"
772775
inputs.dir(classesDir)

0 commit comments

Comments
 (0)