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.
我在 gradle 模块的根目录中有包。如何使用 gradle & gretty 将其包含在战争构建中?
它是非 java 包,名为“前端”。
这是战争任务的文档。
如您所见,它有一个from()允许添加源目录的方法。
from()
战争插件文档有一个显示其用法的示例
war { from 'frontend' }