GradleBuildResource Constructors
ClassConstructors1 member
A resource that represents a Gradle build step.
Constructor(string, string, string)Section titled Constructor(string, string, string) A resource that represents a Gradle build step.
public class GradleBuildResource{ public GradleBuildResource( string name, string wrapperScript, string workingDirectory) { // ... }}Parameters
namestringThe name of the resource.wrapperScriptstringThe full path to the Gradle wrapper script.workingDirectorystringThe working directory to use for the command.