Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lenntt committed Sep 19, 2024
1 parent 3f3eea5 commit 5791d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following properties are available

**Default**: The default dependencies (no JavaFX and doesn't generate code coverage)
**Jacoco**: Same as default, but generates the code coverage report.
- `mvn verify` will fail when the `jacoco.threshold.line` and `jacoco.threshold.line` thresholds aren't met (default: 0, can be overridden via a property)
- `mvn verify` will fail when the `jacoco.threshold.line` and `jacoco.threshold.branch` thresholds aren't met (default: 0, can be overridden via a property)
**JavaFX**: Includes the JavaFX dependencies
**Release**: Use to
release new version of the `informaticspom`
Expand Down

0 comments on commit 5791d64

Please sign in to comment.