Gradle Project: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
A project has a direct class representation in the Gradle domain model: [https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html org.gradle.api.Project]. | A Gradle project typically represents a software component to be built. A project has a direct class representation in the Gradle domain model: [https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html org.gradle.api.Project]. | ||
=Project API= | =Project API= |
Revision as of 23:30, 3 October 2020
Internal
TO DEPLETE
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.