Skip to content

Commit

Permalink
Merge pull request #70 from uzzu/add-restrictions
Browse files Browse the repository at this point in the history
Add restrictions for cli options
  • Loading branch information
uzzu authored Dec 9, 2023
2 parents 850b4ca + fe9b4d2 commit ff858b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Support subproject-only variables and extensions.
- `(Map<String, String?) env.allVariablesOrNull()` : Returns all environment variables includes null values.
- [See more examples](/examples)


## Restrictions

This plugin does not support specifying properties with the -P option of CLI arguments, and there are no plans to support it in the future. See [#67](https://github.com/uzzu/dotenv-gradle/issues/67)

## License

[Apache License 2.0](/LICENSE.txt)
Expand Down

0 comments on commit ff858b9

Please sign in to comment.