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 469279b commit 4d88028Copy full SHA for 4d88028
test-app/app/build.gradle
@@ -481,6 +481,10 @@ task buildMetadata(type: JavaExec) {
481
inputs.files("$MDG_JAVA_DEPENDENCIES")
482
483
def classesDir = "$buildDir/intermediates/javac"
484
+
485
+ println "Listing $buildDir/intermediates subfolders"
486
+ new File("$buildDir/intermediates").eachDir{ println it}
487
488
assert file(classesDir).exists()
489
490
inputs.dir(classesDir)
0 commit comments