Skip to content

Commit

Permalink
Document how to get list of build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 20, 2024
1 parent 6128287 commit c8beae0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,15 @@ To deprecate an item:
an eventual replacement.
- If the item is used in existing code, add `@SuppressWarnings("deprecation")`
to make the build pass.

## Building the Project

Please refer to [the readme](README.md) for the most common build commands.

### Build Parameters

The build can be influenced by a number of parameters. For example, measuring
JaCoCo code coverage of Test tasks can be enabled, or Predictive Test Selection
disabled. To see the full list, please run the following task:

`./gradlew :plugins:build-parameters:parameters`

0 comments on commit c8beae0

Please sign in to comment.