Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c741a26

Browse files
committed
license paths
1 parent eb144ae commit c741a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/licenses/lib/paths.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ final Set<String> skippedPaths = <String>{
8787
r'flutter/third_party/glfw/docs',
8888
r'flutter/third_party/gn',
8989
r'flutter/third_party/google_fonts_for_unit_tests', // only used in web unit tests
90+
r'flutter/third_party/gradle',
9091
r'flutter/third_party/harfbuzz/docs',
9192
r'flutter/third_party/harfbuzz/util', // utils are command line tools that do not end up in the binary
9293
r'flutter/third_party/icu/filters',
@@ -220,7 +221,6 @@ final Set<String> skippedPaths = <String>{
220221
r'out', // output of build
221222
r'third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android
222223
r'third_party/android_tools', // excluded on advice
223-
r'third_party/gradle',
224224
r'third_party/java', // only used for Android builds
225225
r'third_party/libxml', // dependency of the testing system that we don't actually use
226226
r'third_party/web_dependencies/canvaskit', // redundant; covered by Skia dependencies

0 commit comments

Comments
 (0)