Package buildparameters
Class BuildParametersExtension
java.lang.Object
buildparameters.BuildParametersExtension
-
Constructor Summary
ConstructorsConstructorDescriptionBuildParametersExtension(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.model.ObjectFactory objects) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCi()Whether or not the build is running in a CI environmentCredentials for publishing to Maven CentralCredentials for publishing to the plugin portalDetails about artifact signing
-
Constructor Details
-
BuildParametersExtension
@Inject public BuildParametersExtension(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.model.ObjectFactory objects)
-
-
Method Details
-
getSigning
Details about artifact signing -
getPluginPortal
Credentials for publishing to the plugin portal -
getMavenCentral
Credentials for publishing to Maven Central -
getCi
public boolean getCi()Whether or not the build is running in a CI environment
-