Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
src\mainおよびsrc\testファイルをsrcから除外したい
FileCollection files = project.fileTree(/src/).minus(project.fileTree(/src\main/)).minus(project.fileTree(/src\test/))
ダブルマイナスを使用せずにこのディレクトリを除外するにはどうすればよいですか?