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.
我正在从 Maven 迁移到 Gradle。但是,我被困在 Tanuki(Java 服务包装器)脚本的生成上。
Maven为此提供了一个插件,但是我看不到如何使用gradle创建脚本。
似乎 gradle 也有它的插件。它被称为 grapper,可以在这里找到。
顺便说一句:不幸的是,不可能直接在 gradle 中使用 mavens 插件。