Automatically run Gradle task in project build with IntelliJ IDEA

笑着哭i 提交于 2019-12-23 20:24:54

问题


I have an IntelliJ IDEA Gradle project using JPA2 Metamodel generation with the JpaModelgen Gradle Plugin (similar configured as here) To get the Java files generated I have to trigger the specific task manually. Is there any way to include a Gradle task into the IntelliJ project build process?

来源:https://stackoverflow.com/questions/44717328/automatically-run-gradle-task-in-project-build-with-intellij-idea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!