How to remotely call Gradle to launch new build?

96 Views Asked by At

Is there a way to remotely invoke Gradle from another server.

I saw the tooling API with GradleConnector but I'm wondering how possible I could achieve such remote call.

Else if remote invocation is not supported natively by Gradle In Daemon mode, is there a way to create a new plugin to act as input with a REST API ? Then it will make Gradle remotely invocable.

0

There are 0 best solutions below