Skip to content

Commit ee96c82

Browse files
committed
refactor(style): avoid deprecated task registration style
preparing for AGP9
1 parent 6969d7f commit ee96c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects.forEach { project ->
4949
}
5050

5151
subprojects {
52-
task listAllDependencies(type: DependencyReportTask) { }
52+
tasks.register('listAllDependencies', DependencyReportTask) {}
5353

5454
// Force all subprojects to use one and only one set of versions
5555
ext {

0 commit comments

Comments
 (0)