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 6969d7f commit ee96c82Copy full SHA for ee96c82
tests/android/build.gradle
@@ -49,7 +49,7 @@ subprojects.forEach { project ->
49
}
50
51
subprojects {
52
- task listAllDependencies(type: DependencyReportTask) { }
+ tasks.register('listAllDependencies', DependencyReportTask) {}
53
54
// Force all subprojects to use one and only one set of versions
55
ext {
0 commit comments