modern generate project method#120
Open
mchhui wants to merge 2 commits intoTeamCovertDragon:bleedingfrom
Open
Conversation
fixed a wrong
Yesterday17
reviewed
May 3, 2022
| * 其他 IDE:不好意思你需要找对应的 Gradle 插件来解决问题,请查阅相关资料获得更多帮助。在这里的话就什么也不用加好了。 | ||
| 6. 回车运行。若看到 `BUILD SUCCESSFUL` 字样则表示大功告成,否则重复步骤 3. 和 4.,直到看到那个 `BUILD SUCCESSFUL` 为止。 | ||
| 7. 在你使用的 IDE 中以 Gradle 项目的形式导入工程目录。 | ||
| 8. 附注: |
| 3. 如果上一步弹窗 询问导入方式 你应该选择`Open As Project`。 | ||
| 4. 此时IDEA会自动部署环境 右下角会有进度条 等待部署完成 | ||
| 5. 等待部署完成后 同Eclipse一样的方法打开命令行窗口 | ||
| 6. 输入 `gradlew genIntellijRuns` 回车 |
Contributor
There was a problem hiding this comment.
IDEA 这里能不能先 genIntellijRuns 之后再打开 IDEA 初始化?如果可以的话整个流程完全可以合并到原有的流程里
Author
There was a problem hiding this comment.
OK 我试了一下 如果先genIntellijRuns再导入项目 IDEA会右下角弹窗询问是否作为Gradle项目打开 如果选择是的话就和 文中流程结果一样了。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synopsis / 简介
介绍了新版的构造项目的方法。
Description / 详细说明
介绍了在新版本中构建Eclipse和IDEA项目的办法。
Justification / 理由
现在的方法不适用于新版本的1.12.2forgemdk
Remarks / 备注
无