Skip to content
Docs Try Aspire
Docs Try

GradleBuildResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the resource.
wrapperScript string The full path to the Gradle wrapper script.
workingDirectory string The working directory to use for the command.