LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gradle-properties

Gradle project properties viewer

TLDR

List all project properties
$ gradle properties
copy
List with wrapper
$ ./gradlew properties
copy
Set property via command line
$ gradle build -PmyProp=value
copy
Set multiple properties
$ gradle build -Pprop1=val1 -Pprop2=val2
copy

SYNOPSIS

gradle propertiesgradle [-Pname=value] task

DESCRIPTION

gradle properties displays all properties available in a Gradle project, including built-in properties and those defined in gradle.properties files. Properties can be set via command line with -P, through environment variables (ORGGRADLEPROJECT_name), or in gradle.properties files at project or user level.

PARAMETERS

-Pname=value

Set project property.
-Dorg.gradle.project.name=value
Set property via system property.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid