Unlike the Application plugin's run
task, our bootRun
task does not use the project's toolchain to determine its Java launcher. We should align with Gradle's behaviour and configure the launcher automatically.
Unlike the Application plugin's run
task, our bootRun
task does not use the project's toolchain to determine its Java launcher. We should align with Gradle's behaviour and configure the launcher automatically.