Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Buildscript

The C# definition of the buildscript element in a gradle file.
Read time 2 minutesLast updated 6 days ago

Definition

public sealed class Buildscript : BaseBlock, ICloneable

Remarks

Configures the build script classpath for this project. For more information about the element, see Gradle's documentation: buildscript

Constructors

Constructor

Description

Buildscript()Element constructor.

Properties

Property

Description

DependenciesThe C# definition of the
dependencies
element in a gradle file.
RepositoriesThe C# definition of the
repositories
element in a gradle file.

Inheritance