You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tools/licenses/lib/paths.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ final Set<String> skippedPaths = <String>{
87
87
r'flutter/third_party/glfw/docs',
88
88
r'flutter/third_party/gn',
89
89
r'flutter/third_party/google_fonts_for_unit_tests', // only used in web unit tests
90
+
r'flutter/third_party/gradle',
90
91
r'flutter/third_party/harfbuzz/docs',
91
92
r'flutter/third_party/harfbuzz/util', // utils are command line tools that do not end up in the binary
92
93
r'flutter/third_party/icu/filters',
@@ -220,7 +221,6 @@ final Set<String> skippedPaths = <String>{
220
221
r'out', // output of build
221
222
r'third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android
222
223
r'third_party/android_tools', // excluded on advice
223
-
r'third_party/gradle',
224
224
r'third_party/java', // only used for Android builds
225
225
r'third_party/libxml', // dependency of the testing system that we don't actually use
226
226
r'third_party/web_dependencies/canvaskit', // redundant; covered by Skia dependencies
0 commit comments