Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AllProjects

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

Definition

public sealed class AllProjects : BaseBlock, ICloneable

Remarks

Configures this project and each of its sub-projects. For more information about the element, see Gradle's documentation: allprojects element

Constructors

Constructor

Description

AllProjects()Element constructor.

Properties

Property

Description

BuildscriptThe C# definition of the
buildscript
element in a gradle file.
RepositoriesThe C# definition of the
repositories
element in a gradle file.
VersionThe C# definition of the
version
element in a gradle file.

Inheritance