Gradle Project

From NovaOrdis Knowledge Base
Revision as of 23:30, 3 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

TO DEPLETE

Gradle Project and Build Script

Overview

A Gradle project typically represents a software component to be built. A project has a direct class representation in the Gradle domain model: org.gradle.api.Project.

Project API

org.gradle.api.Project

Project DSL

Project

Project Directory