Hi, I would like to intercept invocations of gradl...
# intellij-plugins
k
Hi, I would like to intercept invocations of gradle tasks. I found that there is an extension point called
taskManager
which I might take advantage of. But I notice that when I added
Gradle aware make
step as a before step to some runConfiguration my interceptor isn't invoked at all. Could somebody explain me why?