問題タブ [filetree]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
74 問題
0
投票する
1
に答える
4378
参照
gradle - Gradle - 特定の種類のファイルに対してのみ fileTree を反復処理する方法
私のgradleタスクでは、fileTreeを反復処理し、すべてうまくいきます:
しかし、現在、ディレクトリにはさまざまな種類のファイルがあります。
特定の種類のファイルのみを反復する方法は? なぜなら
動作しません。
アドバイスをありがとう