有没有办法自动将ant的build.xml转换为build.gradle

发布于 2025-01-11 14:23:21 字数 214 浏览 0 评论 0原文

有没有办法自动将ant的build.xml转换为build.gradle。我知道我们可以使用以下方法将 ant 文件包含在 gradle 文件本身中: ant.importBuild 'build.xml'

但我不希望这样。我必须创建 gradle 构建脚本 &删除 ant 构建脚本。有什么办法可以将 ant build 转换为 gradle build 脚本吗?

Is there way to automatically convert ant's build.xml to build.gradle. I know we can include ant file in gradle file itself using : ant.importBuild 'build.xml'

But i do not want that. I have to create gradle build script & remove the ant build script. Is there any way, we can convert ant build to gradle build script ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒芜了季节 2025-01-18 14:23:21

不,目前 Gradle 仅提供将 Maven 转换为 Gradle 的支持。

https://docs.gradle.org/current/userguide/build_init_plugin.html

但是,Gradle 确实提供了如何从 Ant 迁移到 Gradle 的文档: https://docs.gradle.org/current/userguide/migration_from_ant.html

No, currently Gradle only provides support for converting Maven to Gradle.

https://docs.gradle.org/current/userguide/build_init_plugin.html

However, Gradle does provide documentation how to migrate from Ant to Gradle: https://docs.gradle.org/current/userguide/migrating_from_ant.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文