Gradle/Mavenが持っているjarファイルのパスを表示するツール
Revisión | ced7b6b3a5caf9a49a7eeba69210b138ac85f02b (tree) |
---|---|
Tiempo | 2022-03-03 07:17:01 |
Autor | kemono7h |
Commiter | kemono7h |
cachesも見るように戻した
@@ -33,7 +33,7 @@ | ||
33 | 33 | if (dirs != null) { |
34 | 34 | for (File f : dirs) { |
35 | 35 | String fname = f.getName(); |
36 | - if (fname.equals("wrapper")) { | |
36 | + if (fname.equals("caches") || fname.equals("wrapper")) { | |
37 | 37 | searchFiles(f, null, fileList); |
38 | 38 | } |
39 | 39 | } |