Skip to content

Commit 0e4df36

Browse files
Fix another Gradle instrumentation error
1 parent 27c1880 commit 0e4df36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/gradle-8.3/src/main/groovy/datadog/trace/instrumentation/gradle/AndroidGradleUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class AndroidGradleUtils {
9292
destinationsTree = javaTree
9393
}
9494

95-
LOGGER.debug("Using destination tree: {}", destinationsTree.sourceTrees)
95+
LOGGER.debug("Using destination tree: {}", destinationsTree.files)
9696
return destinationsTree.files
9797
}
9898

0 commit comments

Comments
 (0)