Can I see the exact commands IntelliJ uses to build a java project?

后端 未结 5 1379
野的像风
野的像风 2020-12-29 17:43

Can I see the exact commands IntelliJ uses to build a java project?

5条回答
  •  攒了一身酷
    2020-12-29 18:21

    Look in ~/Library/Logs/IdeaIC13/build-log. You can turn on ALL debugging in build-log.xml in this directory. When you build inside IDEA, it writes a log to build.log in this directory.

提交回复
热议问题