Add project properties how-to-use explanation
All checks were successful
PRs & Pushes / build (push) Successful in 3m41s
PRs & Pushes / build-apidoc (push) Successful in 3m39s

This commit is contained in:
JeremyStar™ 2024-12-13 03:45:59 +01:00
parent b243a22e53
commit aef292f55c
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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