Builds a new participant that will be included in the connection.
Type | Name and description |
---|---|
ParticipantBuilder |
useBuildDistribution() Specifies the Gradle distribution described in the build should be used. |
ParticipantBuilder |
useDistribution(URI gradleDistribution) Specifies the Gradle distribution to use. |
ParticipantBuilder |
useGradleVersion(String gradleVersion) Specifies the version of Gradle to use. |
ParticipantBuilder |
useInstallation(File gradleHome) Specifies the Gradle distribution to use. |
Specifies the Gradle distribution described in the build should be used.
Specifies the Gradle distribution to use.
gradleDistribution
- The distribution to use.Specifies the version of Gradle to use.
gradleVersion
- The version to use.Specifies the Gradle distribution to use.
gradleHome
- The Gradle installation directory.