Add project properties how-to-use explanation
This commit is contained in:
parent
b243a22e53
commit
aef292f55c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ TODO, waiting for [Infrastructure/website-docs#1](https://git.staropensource.de/
|
||||||
# Gradle properties
|
# Gradle properties
|
||||||
You can modify Gradle's behaviour by passing one or multiple *project properties*.
|
You can modify Gradle's behaviour by passing one or multiple *project properties*.
|
||||||
These are read by our `build.gradle.kts` files and actively change the build behaviour.
|
These are read by our `build.gradle.kts` files and actively change the build behaviour.
|
||||||
All of them are listed here.
|
You can pass one by adding `-P<property>=<value>` to your Gradle command line.
|
||||||
|
|
||||||
## Skipping the Java toolchain specification
|
## Skipping the Java toolchain specification
|
||||||
Setting `java.skipToolchainSpecification` to `true` disables the
|
Setting `java.skipToolchainSpecification` to `true` disables the
|
||||||
|
|
Loading…
Reference in a new issue