Gradle: generated war artifact has jar's in classes directory not libs
Hi,
It was working well in intellij 15. But in intellij 16 when I add
compile fileTree(dir: "../libs", include: '*.jar')
then I get jar's in classes folder not libs.
It is a bug or something I don't understand correctly?
Jacek
请先登录再写评论。