Micronaut run configuration
Answered
2023.1 introduced IDEA-305247 Micronaut: delegate run to Gradle by default in Micronaut run configuration. Is there any way to get back the previous behaviour where build was executed using Gradle but run was done as plain Java application - constructing a classpath and running java?
Please sign in to leave a comment.
Hello,
Could you please clarify why do you need previous behavior? Do you face some issues with gradle run?
For example it clearly shows the java command line. But it seems that given that normal "Application" run configuration is also gradle-only, one could only get used to it.
Change was done due recommendations from Micronaut developers. We'll discuss possibility to add desired behavior with hybrid build.