问题
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