Skip to content

Commit 4d88028

Browse files
committed
add a log for existing folders for troubleshooting
1 parent 469279b commit 4d88028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test-app/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ task buildMetadata(type: JavaExec) {
481481
inputs.files("$MDG_JAVA_DEPENDENCIES")
482482

483483
def classesDir = "$buildDir/intermediates/javac"
484+
485+
println "Listing $buildDir/intermediates subfolders"
486+
new File("$buildDir/intermediates").eachDir{ println it}
487+
484488
assert file(classesDir).exists()
485489

486490
inputs.dir(classesDir)

0 commit comments

Comments
 (0)