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.
我的 Eclipse 工作区中有几个项目使用 Gradle 作为构建系统。到目前为止,我正在从命令行运行 Gradle 命令。
我安装了 Buildship 以便从“Gradle 任务”视图更方便地运行 Gradle 任务。但是 Buildship 无法将我工作区中的项目识别为 Gradle 项目。
如何在 Eclipse 工作区中将 Buildship 与现有的 Gradle 项目一起使用?
目前让 buildship 选择项目的唯一方法是使用导入向导。
按照向导进行操作,您的项目现在应该显示为 gradle 项目。如果您发现在 Eclipse 中仍然没有任何依赖项,那么它可能正在获取现有的非构建 .project 文件,在这种情况下,以下帖子应该会有所帮助: