Interface | Description |
---|---|
GradleDistributionProvider |
Projects can provide the required Gradle Distribution through this interface,
by placing an implementation of it in the project lookup.
|
GradleJavaPlatformProvider |
Project can provide different Java Platform to execute Gradle builds by
placing an implementation of this interface to the project lookup.
|