Gradle Project Properties TODEPLETE
Jump to navigation
Jump to search
Internal
TO DEPLETE TO
Overview
The current project properties can be displayed with:
task displayProjectProperties {
doLast() {
for(Map.Entry p: project.getProperties()) {
println p;
}
}
}
Property List
parent
path
A String containing the absolute path of the project. The path of the root project is ":"
path=:
childProjects
projectPath
project
The Project instance.
description
A String containing the description for the project.
displayName
displayName=root project 'Playground RECON Serialization/Deserialization'
buildFile
state
state=project state 'EXECUTED'
status
status=integration
properties
The property map.
archivesBaseName
Defaults to name.
subprojects
parentIdentifier
depth
buildFile
buildPath
Directories
buildDir
rootDir
The absolute path of the project root directory.
testResultsDirName
Name of the relative directory.
testResultsDir
Absolute path.
projectDir
The File instance corresponding to the directory containing the build script the property is referenced in. This seems to be the case, but more experimentation is necessary here.
buildDir
A File representing <projectDir>/build.