From aef292f55cbde3255c69d4d902a0363549ed0594 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 13 Dec 2024 03:45:59 +0100 Subject: [PATCH] Add project properties how-to-use explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da057dd..4c3230e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ TODO, waiting for [Infrastructure/website-docs#1](https://git.staropensource.de/ # Gradle 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. -All of them are listed here. +You can pass one by adding `-P=` to your Gradle command line. ## Skipping the Java toolchain specification Setting `java.skipToolchainSpecification` to `true` disables the