intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

fix: use a task execution facade for Gradle task execution

Open honourosis opened this issue 1 year ago • 2 comments

The current implementation of task execution in AbstractGradleToolDelegate strictly relies on the internals of the External System API. This is not necessary, as there is a correspondingly simple way to execute tasks.

In addition, some of the used methods will be annotated as @Internal and will not be available for use by third-party plugins.

honourosis avatar Oct 18 '24 11:10 honourosis