When executing a Gradle build, I would like to use and from Gradle. But the Ant tasks I intend to use are Eclipse Platform Contributions. This means that the tasks will call out into OSGi. In order to make this happen, I would need to run the Gradle Daemon within OSGi, specifically as an Eclipse Application. I am wondering if anyone has done this and if it is possible
I have read the Gradle Tooling API, but it only describes how the Gradle Connector calls the Daemon for a default JVM.